Home
last modified time | relevance | path

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

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.h53 CW_MAGNETIC_W = 33, enumerator
DCwMcuSensor.cpp351 mPendingEvents[CW_MAGNETIC_W].version = sizeof(sensors_event_t); in CwMcuSensor()
352 mPendingEvents[CW_MAGNETIC_W].sensor = ID_M_W; in CwMcuSensor()
353 mPendingEvents[CW_MAGNETIC_W].type = SENSOR_TYPE_MAGNETIC_FIELD; in CwMcuSensor()
604 case CW_MAGNETIC_W: in find_handle()
671 what = CW_MAGNETIC_W; in find_sensor()
1183 case CW_MAGNETIC_W: in processEvent()
1188 if ((sensorsid == CW_MAGNETIC) || (sensorsid == CW_MAGNETIC_W)) { in processEvent()