Searched refs:clientId (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish_common/guest/hals/rild/ |
D | rild_cuttlefish.c | 119 const char *clientId = NULL; in main() local 134 clientId = argv[i+1]; in main() 141 if (clientId == NULL) { in main() 142 clientId = "0"; in main() 143 } else if (atoi(clientId) >= MAX_RILDS) { in main() 147 if (strncmp(clientId, "0", MAX_CLIENT_ID_LENGTH)) { in main() 149 clientId); in main() 203 rilArgv[argc++] = (char*)clientId; in main()
|
/device/google/contexthub/firmware/os/inc/ |
D | syscallDo.h | 127 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()
|