Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.cpp133 mLefty.accel = false; in HubConnection()
134 mLefty.gyro = false; in HubConnection()
135 mLefty.hub = false; in HubConnection()
504 if (enable == mLefty.hub) return; in setLeftyMode()
551 mLefty.hub = enable; in setLeftyMode()
742 sv->y = (mLefty.accel ? -sample->iy : sample->iy) * mScaleAccel; in processSample()
828 sv->y = (mLefty.accel ? -sample->y : sample->y); in processSample()
867 sv->x = (mLefty.gyro ? -sample->x : sample->x); in processSample()
869 sv->z = (mLefty.gyro ? -sample->z : sample->z); in processSample()
1353 mLefty.accel = !mLefty.accel; in processBuf()
[all …]
Dhubconnection.h251 LeftyState mLefty; member