Searched refs:CW_GYRO (Results 1 – 2 of 2) sorted by relevance
285 mPendingEvents[CW_GYRO].version = sizeof(sensors_event_t); in CwMcuSensor()286 mPendingEvents[CW_GYRO].sensor = ID_GY; in CwMcuSensor()287 mPendingEvents[CW_GYRO].type = SENSOR_TYPE_GYROSCOPE; in CwMcuSensor()288 mPendingEvents[CW_GYRO].gyro.status = SENSOR_STATUS_ACCURACY_HIGH; in CwMcuSensor()574 case CW_GYRO: in find_handle()674 what = CW_GYRO; in find_sensor()1179 case CW_GYRO: in processEvent()1281 if ((type == CW_GYRO) || (type == CW_ACCELERATION)) { in cw_save_calibrator_file()1314 if (type == CW_GYRO || type == CW_ACCELERATION) { in cw_read_calibrator_file()
36 CW_GYRO = 2, enumerator