OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSensorNameForEventType
(Results
1 - 4
of
4
) sorted by null
/system/chre/util/include/chre/util/nanoapp/
sensor.h
30
const char *
getSensorNameForEventType
(uint32_t eventType);
/system/chre/util/nanoapp/
sensor.cc
24
const char *
getSensorNameForEventType
(uint32_t eventType) {
/system/chre/apps/sensor_world/
sensor_world.cc
196
getSensorNameForEventType
(eventType), header.readingCount, x, y, z);
214
getSensorNameForEventType
(eventType), header.readingCount, v);
224
getSensorNameForEventType
(eventType), header.readingCount,
246
getSensorNameForEventType
(eventType), header.readingCount);
/system/chre/apps/imu_cal/
imu_cal.cc
136
getSensorNameForEventType
(eventType), header.readingCount, x, y, z);
153
getSensorNameForEventType
(eventType), header.readingCount, v);
Completed in 197 milliseconds