Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DsyscallDo.h127 static inline bool eOsSensorRequest(uint32_t clientId, uint32_t sensorHandle, uint32_t rate, uint64… in eOsSensorRequest() argument
132 …SCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_REQUEST), clientId, sensorHandle, ra… in eOsSensorRequest()
135 static inline bool eOsSensorRequestRateChange(uint32_t clientId, uint32_t sensorHandle, uint32_t ne… in eOsSensorRequestRateChange() argument
140 …CALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR, SYSCALL_OS_MAIN_SENSOR_RATE_CHG), clientId, sensorHandle, ne… 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()