Home
last modified time | relevance | path

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

/device/generic/goldfish/sensors/
Dmultihal_sensors_qemu.cpp30 const char* testPrefix(const char* i, const char* end, const char* v, const char sep) { in testPrefix() function
102 if (const char* values = testPrefix(buf, end, "acceleration", ':')) { in parseQemuSensorEvent()
112 } else if (const char* values = testPrefix(buf, end, "gyroscope", ':')) { in parseQemuSensorEvent()
122 } else if (const char* values = testPrefix(buf, end, "gyroscope-uncalibrated", ':')) { in parseQemuSensorEvent()
134 } else if (const char* values = testPrefix(buf, end, "orientation", ':')) { in parseQemuSensorEvent()
144 } else if (const char* values = testPrefix(buf, end, "magnetic", ':')) { in parseQemuSensorEvent()
154 } else if (const char* values = testPrefix(buf, end, "magnetic-uncalibrated", ':')) { in parseQemuSensorEvent()
166 } else if (const char* values = testPrefix(buf, end, "temperature", ':')) { in parseQemuSensorEvent()
178 } else if (const char* values = testPrefix(buf, end, "proximity", ':')) { in parseQemuSensorEvent()
190 } else if (const char* values = testPrefix(buf, end, "light", ':')) { in parseQemuSensorEvent()
[all …]