commit | ae09d65f5b35cb51da2e1386a6dd7a52085f1325 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Nov 01 17:37:49 2011 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Jun 27 17:07:56 2012 -0700 |
tree | 503a175cccf76920ed569ba75839d3f5116af2e4 | |
parent | b3989276d17f2b083bec67b695d1078fb86c6c53 [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