android.hardware
Interface ISensorService
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- ISensorService.Stub
public interface ISensorService
- extends IInterface
|
Nested Class Summary |
static class |
ISensorService.Stub
Local-side IPC implementation stub class. |
getDataChanel
ParcelFileDescriptor getDataChanel()
throws RemoteException
- Throws:
RemoteException
enableSensor
boolean enableSensor(IBinder listener,
int sensor,
int enable)
throws RemoteException
- Throws:
RemoteException
reportAccuracy
void reportAccuracy(int sensor,
int value)
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature