commit | f61acdac57ddac5ebc1b1ca009351fca86926152 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Nov 01 17:37:49 2011 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Nov 01 19:09:41 2011 -0700 |
tree | 87622f1e1d396fc689d39d388e679b2654ce0438 | |
parent | a9656df58f75946f3eab4dd660df56c9d878a04e [diff] |
fix an issue where SensorService could request an invalid sensor delay When the app requests "fastest", the java layer encodes this as a delay of 0. SensorService was passing this unchanged to the HAL. However the HAL is required to reject delays lower that the advertised lower delay. Change-Id: I92be77acd3af62ffeb49e4b31e24ddcd203510e2