commit | 6834281462aa42a85c9db2a9f6a0b73aac71dd5a | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Fri May 22 10:03:00 2009 -0400 |
committer | Mike Lockwood <lockwood@android.com> | Fri May 22 10:03:00 2009 -0400 |
tree | 6758ee384625938ed10a775144730f4f8d7c72d4 | |
parent | c2d33c5b21b6a60a17cc8fbfba4a8bcee6b283d2 [diff] |
Sensors: Use a native_handle for the data channel instead of a single file descriptor. This eliminates the requirement that all sensors share a single file descriptor. This, along with concurrent changes in other projects, fixes bugs b/1614524 and b/1614481 Signed-off-by: Mike Lockwood <lockwood@android.com>