commit | 270e87f71abc2edf446dbec20c725c823e8c7f37 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Fri May 22 10:02:14 2009 -0400 |
committer | Mike Lockwood <lockwood@android.com> | Sat May 23 13:22:08 2009 -0400 |
tree | bb4258a6f9206b11bb24f51d7aaf42ce8d90d623 | |
parent | fea1a459aaebc5fd66b12520312ddbe09547f094 [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>