Home
last modified time | relevance | path

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

/system/chre/apps/sensor_world/
Dsensor_world.cc196 getSensorNameForEventType(eventType), header.readingCount, x, y, z); in nanoappHandleEvent()
214 getSensorNameForEventType(eventType), header.readingCount, v); in nanoappHandleEvent()
224 getSensorNameForEventType(eventType), header.readingCount, in nanoappHandleEvent()
246 getSensorNameForEventType(eventType), header.readingCount); in nanoappHandleEvent()
/system/chre/util/include/chre/util/nanoapp/
Dsensor.h30 const char *getSensorNameForEventType(uint32_t eventType);
/system/chre/util/nanoapp/
Dsensor.cc24 const char *getSensorNameForEventType(uint32_t eventType) { in getSensorNameForEventType() function
/system/chre/apps/imu_cal/
Dimu_cal.cc136 getSensorNameForEventType(eventType), header.readingCount, x, y, z); in nanoappHandleEvent()
153 getSensorNameForEventType(eventType), header.readingCount, v); in nanoappHandleEvent()