OSDN Git Service

Sensors: Use a native_handle for the data channel instead of a single file descriptor.
authorMike Lockwood <lockwood@android.com>
Fri, 22 May 2009 14:05:48 +0000 (10:05 -0400)
committerMike Lockwood <lockwood@android.com>
Fri, 22 May 2009 21:44:40 +0000 (17:44 -0400)
commit21b652f933b21aa37bd73364b486347fcc333d5c
tree2b4c1265c02d285671d651f9b420e75c271d181b
parent465cf474beaf67c3d8b7fe6889ad74c1cfc572e1
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>
include/hardware/sensors.h