OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_MAIN_SENSOR_REG
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
osApi.h
88
#define
SYSCALL_OS_MAIN_SENSOR_REG
1 // (const struct SensorInfo *si, uint32_t tid) -> u32 handle
syscallDo.h
109
return syscallDo4P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SENSOR,
SYSCALL_OS_MAIN_SENSOR_REG
), si, tid, cookie, (int)initComplete);
/device/google/contexthub/firmware/os/core/
osApi.c
505
[
SYSCALL_OS_MAIN_SENSOR_REG
] = { .func = osExpApiSensorReg, },
Completed in 45 milliseconds