Searched refs:SENSOR_ (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/
H A Dhw-sensors.h42 SENSOR_(ACCELERATION,"acceleration") \
43 SENSOR_(MAGNETIC_FIELD,"magnetic-field") \
44 SENSOR_(ORIENTATION,"orientation") \
45 SENSOR_(TEMPERATURE,"temperature") \
46 SENSOR_(PROXIMITY,"proximity") \
49 #define SENSOR_(x,y) ANDROID_SENSOR_##x, macro
51 #undef SENSOR_ macro
H A Dhw-sensors.c53 #define SENSOR_(x,y) { y, ANDROID_SENSOR_##x }, macro
55 #undef SENSOR_ macro

Completed in 43 milliseconds