Home
last modified time | relevance | path

Searched refs:CW_ACCELERATION_W (Results 1 – 2 of 2) sorted by relevance

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.h52 CW_ACCELERATION_W = 32, enumerator
DCwMcuSensor.cpp346 mPendingEvents[CW_ACCELERATION_W].version = sizeof(sensors_event_t); in CwMcuSensor()
347 mPendingEvents[CW_ACCELERATION_W].sensor = ID_A_W; in CwMcuSensor()
348 mPendingEvents[CW_ACCELERATION_W].type = SENSOR_TYPE_ACCELEROMETER; in CwMcuSensor()
349 mPendingEvents[CW_ACCELERATION_W].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH; in CwMcuSensor()
602 case CW_ACCELERATION_W: in find_handle()
665 what = CW_ACCELERATION_W; in find_sensor()
1182 case CW_ACCELERATION_W: in processEvent()