Home
last modified time | relevance | path

Searched refs:SYSCALL_CHRE_DRV_GNSS_GET_CAP (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/inc/
DchreApi.h89 #define SYSCALL_CHRE_DRV_GNSS_GET_CAP 0 // (void) -> uint32_t macro
/device/google/contexthub/firmware/app/chre/common/
Dchre11_app_syscalls.c191 …(SYSCALL_DOMAIN_CHRE, SYSCALL_CHRE_DRIVERS, SYSCALL_CHRE_DRV_GNSS, SYSCALL_CHRE_DRV_GNSS_GET_CAP)); in chreGnssGetCapabilities()
Dchre_app_syscalls.c201 …(SYSCALL_DOMAIN_CHRE, SYSCALL_CHRE_DRIVERS, SYSCALL_CHRE_DRV_GNSS, SYSCALL_CHRE_DRV_GNSS_GET_CAP)); in chreGnssGetCapabilities()
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c699 [SYSCALL_CHRE_DRV_GNSS_GET_CAP] = { .func = osChreDrvGnssGetCap },