OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_MAIN_SENSOR_REQUEST
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/
osApi.h
107
#define
SYSCALL_OS_MAIN_SENSOR_REQUEST
5 // (uint32_t clientId, uint32_t sensorHandle, uint32_t rate) -> bool success
syscallDo.h
185
return syscallDo5P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR,
SYSCALL_OS_MAIN_SENSOR_REQUEST
), clientId, sensorHandle, rate, latency_lo, latency_hi);
/device/google/contexthub/firmware/src/
osApi.c
509
[
SYSCALL_OS_MAIN_SENSOR_REQUEST
] = { .func = osExpApiSensorReq, },
Completed in 37 milliseconds