Home
last modified time | relevance | path

Searched refs:VA_LIST_TO_INTEGER (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dutil.h67 #define VA_LIST_TO_INTEGER(__vl) ((uintptr_t)(&__vl)) macro
70 #define VA_LIST_TO_INTEGER(__vl) (*(uintptr_t*)(&__vl)) macro
DsyscallDo.h87 eOsLogvInternal(level, str, VA_LIST_TO_INTEGER(vl)); in eOsLogv()
95 eOsLogvInternal(level, str, VA_LIST_TO_INTEGER(vl)); in eOsLog()
/device/google/contexthub/firmware/app/chre/common/
Dchre_app_syscalls.c57 (void)syscallDo3P(SYSCALL_CHRE_API(LOG), level, str, VA_LIST_TO_INTEGER(vl)); in chreLog()