android.sensor

Undocumented in source.

Members

Aliases

ASensorList
alias ASensorList = const(ASensorRef)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ASensorRef
alias ASensorRef = const(ASensor)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ASENSOR_STATUS_UNRELIABLE
anonymousenum ASENSOR_STATUS_UNRELIABLE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ASENSOR_TYPE_ACCELEROMETER
anonymousenum ASENSOR_TYPE_ACCELEROMETER
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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.

Manifest constants

ASENSOR_MAGNETIC_FIELD_EARTH_MAX
enum ASENSOR_MAGNETIC_FIELD_EARTH_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ASENSOR_MAGNETIC_FIELD_EARTH_MIN
enum ASENSOR_MAGNETIC_FIELD_EARTH_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ASENSOR_STANDARD_GRAVITY
enum ASENSOR_STANDARD_GRAVITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ASensor
struct ASensor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ASensorEvent
struct ASensorEvent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ASensorEventQueue
struct ASensorEventQueue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ASensorManager
struct ASensorManager
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ASensorVector
struct ASensorVector
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta