- ASensorEventQueue_disableSensor
int ASensorEventQueue_disableSensor(ASensorEventQueue* queue, const(ASensor)* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensorEventQueue_enableSensor
int ASensorEventQueue_enableSensor(ASensorEventQueue* queue, const(ASensor)* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensorEventQueue_getEvents
ssize_t ASensorEventQueue_getEvents(ASensorEventQueue* queue, ASensorEvent* events, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensorEventQueue_hasEvents
int ASensorEventQueue_hasEvents(ASensorEventQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensorEventQueue_setEventRate
int ASensorEventQueue_setEventRate(ASensorEventQueue* queue, const(ASensor)* sensor, int usec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensorManager_createEventQueue
ASensorEventQueue* ASensorManager_createEventQueue(ASensorManager* manager, ALooper* looper, int ident, ALooper_callbackFunc callback, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensorManager_destroyEventQueue
int ASensorManager_destroyEventQueue(ASensorManager* manager, ASensorEventQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensorManager_getDefaultSensor
const(ASensor)* ASensorManager_getDefaultSensor(ASensorManager* manager, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensorManager_getInstance
ASensorManager* ASensorManager_getInstance()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensorManager_getSensorList
int ASensorManager_getSensorList(ASensorManager* manager, ASensorList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensor_getMinDelay
int ASensor_getMinDelay(const(ASensor)* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensor_getName
const(char)* ASensor_getName(const(ASensor)* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensor_getResolution
float ASensor_getResolution(const(ASensor)* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensor_getType
int ASensor_getType(const(ASensor)* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ASensor_getVendor
const(char)* ASensor_getVendor(const(ASensor)* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.