Home
last modified time | relevance | path

Searched refs:what (Results 1 – 6 of 6) sorted by relevance

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp658 int what = -1; in find_sensor() local
662 what = CW_ACCELERATION; in find_sensor()
665 what = CW_ACCELERATION_W; in find_sensor()
668 what = CW_MAGNETIC; in find_sensor()
671 what = CW_MAGNETIC_W; in find_sensor()
674 what = CW_GYRO; in find_sensor()
677 what = CW_GYRO_W; in find_sensor()
680 what = CW_PRESSURE; in find_sensor()
683 what = CW_PRESSURE_W; in find_sensor()
686 what = CW_ORIENTATION; in find_sensor()
[all …]
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DDemoKitActivity.java327 switch (msg.what) {
/device/google/dragon/sensor_hub/
Dcros_ec_sensors.cpp295 data->meta_data.what = META_DATA_FLUSH_COMPLETE; in processEvent()
/device/google/contexthub/firmware/src/algos/
Dfusion.c132 static int fusion_init_complete(struct Fusion *fusion, int what, const struct Vec3 *d, float dT) { in fusion_init_complete() argument
137 switch (what) { in fusion_init_complete()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp1599 #define READ_IF_OK(res, what, def) \ in processRequest() argument
1600 (((res) == OK) ? (what) : (uint8_t)(def)) in processRequest()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp836 ev.meta_data.what = META_DATA_FLUSH_COMPLETE; in processBuf()