OSDN Git Service

Force vrhwc/wm to report the native resolution
[android-x86/frameworks-native.git] / libs / vr / libvrsensor / include / private / dvr / sensor-ipc.h
1 #ifndef ANDROID_DVR_SENSOR_IPC_H_
2 #define ANDROID_DVR_SENSOR_IPC_H_
3
4 #define DVR_SENSOR_SERVICE_BASE "system/vr/sensors"
5
6 #define DVR_SENSOR_SERVICE_CLIENT (DVR_SENSOR_SERVICE_BASE "/client")
7
8 /*
9  * Endpoint ops
10  */
11 enum {
12   DVR_SENSOR_START = 0,
13   DVR_SENSOR_STOP,
14   DVR_SENSOR_POLL,
15 };
16
17 #endif  // ANDROID_DVR_SENSOR_IPC_H_