OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_MAIN_SENSOR_RATE_CHG
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
osApi.h
93
#define
SYSCALL_OS_MAIN_SENSOR_RATE_CHG
6 // (uint32_t clientId, uint32_t sensorHandle, uint32_t newRate) -> bool success
syscallDo.h
140
return syscallDo5P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR,
SYSCALL_OS_MAIN_SENSOR_RATE_CHG
), clientId, sensorHandle, newRate, newLatency_lo, newLatency_hi);
/device/google/contexthub/firmware/os/core/
osApi.c
510
[
SYSCALL_OS_MAIN_SENSOR_RATE_CHG
] = { .func = osExpApiSensorRateChg, },
Completed in 958 milliseconds