• Home
  • Raw
  • Download

Lines Matching refs:sensorHandle

127 static inline bool eOsSensorRequest(uint32_t clientId, uint32_t sensorHandle, uint32_t rate, uint64…  in eOsSensorRequest()  argument
132 …N, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_REQUEST), clientId, sensorHandle, rate, latency_… in eOsSensorRequest()
135 static inline bool eOsSensorRequestRateChange(uint32_t clientId, uint32_t sensorHandle, uint32_t ne… in eOsSensorRequestRateChange() argument
140 …, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_RATE_CHG), clientId, sensorHandle, newRate, newLa… in eOsSensorRequestRateChange()
143 static inline bool eOsSensorRelease(uint32_t clientId, uint32_t sensorHandle) in eOsSensorRelease() argument
145 … SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_RELEASE), clientId, sensorHandle); in eOsSensorRelease()
148 static inline bool eOsSensorTriggerOndemand(uint32_t clientId, uint32_t sensorHandle) in eOsSensorTriggerOndemand() argument
150 … SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_TRIGGER), clientId, sensorHandle); in eOsSensorTriggerOndemand()
153 static inline uint32_t eOsSensorGetCurRate(uint32_t sensorHandle) in eOsSensorGetCurRate() argument
155 …N_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_GET_CUR_RATE), sensorHandle); in eOsSensorGetCurRate()
165 static inline uint32_t eOsSensorGetReqRate(uint32_t sensorHandle) in eOsSensorGetReqRate() argument
167 …N_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_GET_REQ_RATE), sensorHandle); in eOsSensorGetReqRate()