Home
last modified time | relevance | path

Searched refs:mPendingEvents (Results 1 – 4 of 4) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp421 memset(mPendingEvents, 0, sizeof(mPendingEvents)); in MPLSensor()
424 mPendingEvents[RotationVector].version = sizeof(sensors_event_t); in MPLSensor()
425 mPendingEvents[RotationVector].sensor = ID_RV; in MPLSensor()
426 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR; in MPLSensor()
427 mPendingEvents[RotationVector].acceleration.status in MPLSensor()
430 mPendingEvents[GameRotationVector].version = sizeof(sensors_event_t); in MPLSensor()
431 mPendingEvents[GameRotationVector].sensor = ID_GRV; in MPLSensor()
432 mPendingEvents[GameRotationVector].type = SENSOR_TYPE_GAME_ROTATION_VECTOR; in MPLSensor()
433 mPendingEvents[GameRotationVector].acceleration.status in MPLSensor()
436 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t); in MPLSensor()
[all …]
DMPLSensor.h363 sensors_event_t mPendingEvents[NumSensors]; variable
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp500 memset(mPendingEvents, 0, sizeof(mPendingEvents)); in MPLSensor()
502 mPendingEvents[RotationVector].version = sizeof(sensors_event_t); in MPLSensor()
503 mPendingEvents[RotationVector].sensor = ID_RV; in MPLSensor()
504 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR; in MPLSensor()
505 mPendingEvents[RotationVector].acceleration.status in MPLSensor()
508 mPendingEvents[GameRotationVector].version = sizeof(sensors_event_t); in MPLSensor()
509 mPendingEvents[GameRotationVector].sensor = ID_GRV; in MPLSensor()
510 mPendingEvents[GameRotationVector].type = SENSOR_TYPE_GAME_ROTATION_VECTOR; in MPLSensor()
511 mPendingEvents[GameRotationVector].acceleration.status in MPLSensor()
514 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t); in MPLSensor()
[all …]
DMPLSensor.h385 sensors_event_t mPendingEvents[NumSensors]; variable