Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/rild/
Drild_goldfish.c123 const char *clientId = NULL; in main() local
138 clientId = argv[i+1]; in main()
145 if (clientId == NULL) { in main()
146 clientId = "0"; in main()
147 } else if (atoi(clientId) >= MAX_RILDS) { in main()
151 if (strncmp(clientId, "0", MAX_CLIENT_ID_LENGTH)) { in main()
153 clientId); in main()
207 rilArgv[argc++] = (char*)clientId; in main()
/device/google/cuttlefish/guest/hals/rild/
Drild_cuttlefish.c119 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/
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()