Searched refs:gyro (Results 1 – 6 of 6) sorted by relevance
574 int16_t gyro[3]; member1114 out->gyro[0] = (data[idx + 8] << 8) | data[idx + 7];1115 out->gyro[1] = (data[idx + 10] << 8) | data[idx + 9];1116 out->gyro[2] = (data[idx + 12] << 8) | data[idx + 11];1117 out->valid_gyro = validateFifoData(out->gyro);1143 raw_data[0] = fifo_data.gyro[0];1144 raw_data[1] = fifo_data.gyro[1];1145 raw_data[2] = fifo_data.gyro[2];2441 ICM40600_TO_ANDROID_COORDINATE(fifo_data.gyro[0], fifo_data.gyro[1], fifo_data.gyro[2]);2443 T(sensors[GYR]).data[0] = fifo_data.gyro[0];[all …]
345 events[ID_GYROSCOPE].gyro.x = params[0]; in sensor_device_poll_event_locked()346 events[ID_GYROSCOPE].gyro.y = params[1]; in sensor_device_poll_event_locked()347 events[ID_GYROSCOPE].gyro.z = params[2]; in sensor_device_poll_event_locked()
152 bool gyro; // Process wrist-aware gyro samples as lefty mode member
134 mLefty.gyro = false; in HubConnection()835 sv = &initEv(&nev[cnt], timestamp, type, sensor)->gyro; in processSample()866 COMMS_SENSOR_GYRO_WRIST_AWARE)->gyro; in processSample()867 sv->x = (mLefty.gyro ? -sample->x : sample->x); in processSample()869 sv->z = (mLefty.gyro ? -sample->z : sample->z); in processSample()1355 mLefty.gyro = !mLefty.gyro; in processBuf()
342 persist.camera.gyro.android=4 \
316 persist.camera.gyro.android=20 \