HomeSort by relevance Sort by last modified time
    Searched refs:GameRotationVector (Results 1 - 5 of 5) sorted by null

  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 402 mPendingEvents[GameRotationVector].version = sizeof(sensors_event_t);
403 mPendingEvents[GameRotationVector].sensor = ID_GRV;
404 mPendingEvents[GameRotationVector].type = SENSOR_TYPE_GAME_ROTATION_VECTOR;
405 mPendingEvents[GameRotationVector].acceleration.status
486 mHandlers[GameRotationVector] = &MPLSensor::grvHandler;
    [all...]
sensors.h 72 GameRotationVector,
MPLSensor.h 78 (1 << GameRotationVector) \
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 102 (1 << GameRotationVector) \
512 mPendingEvents[GameRotationVector].version = sizeof(sensors_event_t);
513 mPendingEvents[GameRotationVector].sensor = ID_GRV;
514 mPendingEvents[GameRotationVector].type = SENSOR_TYPE_GAME_ROTATION_VECTOR;
515 mPendingEvents[GameRotationVector].acceleration.status
582 mHandlers[GameRotationVector] = &MPLSensor::grvHandler;
    [all...]
MPLSensor.h 188 GameRotationVector,

Completed in 221 milliseconds