Home
last modified time | relevance | path

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

/system/chre/apps/ash_world/
Dash_world.cc89 struct ashCalInfo accCalInfo = {
95 struct ashCalInfo gyrCalInfo = {
101 struct ashCalInfo magCalInfo = {
124 struct ashCalInfo *sensorCalInfo = &accCalInfo; in handleTimerEvent()
/system/chre/ash/include/ash_api/
Dash.h66 struct ashCalInfo { struct
165 bool ashSetCalibration(uint8_t sensorType, const struct ashCalInfo *calInfo);
/system/chre/ash/platform/linux/
Dash.cc19 bool ashSetCalibration(uint8_t sensorType, const struct ashCalInfo *calInfo) { in ashSetCalibration()
/system/chre/ash/platform/slpi/smgr/
Dash.cc86 void populateCalRequest(uint8_t sensorType, const ashCalInfo *calInfo, in populateCalRequest()
134 const struct ashCalInfo *calInfo) { in ashSetCalibration()