Home
last modified time | relevance | path

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

/system/chre/apps/ash_world/
Dash_world.cc124 struct ashCalInfo *sensorCalInfo = &accCalInfo; in handleTimerEvent() local
128 sensorCalInfo = &gyrCalInfo; in handleTimerEvent()
132 sensorCalInfo = &magCalInfo; in handleTimerEvent()
166 success = ashSetCalibration(sensor, sensorCalInfo); in handleTimerEvent()