OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_MAIN_SENSOR_UNREG
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
osApi.h
89
#define
SYSCALL_OS_MAIN_SENSOR_UNREG
2 // (uint32_t handle) -> bool
syscallDo.h
114
return syscallDo1P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR,
SYSCALL_OS_MAIN_SENSOR_UNREG
), handle);
/device/google/contexthub/firmware/os/core/
osApi.c
506
[
SYSCALL_OS_MAIN_SENSOR_UNREG
] = { .func = osExpApiSensorUnreg, },
Completed in 78 milliseconds