Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DosApi.c88 va_list innerArgs; in osExpApiLogLogv() local
89 va_copy(innerArgs, INTEGER_TO_VA_LIST(va_arg(args, uintptr_t))); in osExpApiLogLogv()
90 osLogv(level, str, innerArgs); in osExpApiLogLogv()
91 va_end(innerArgs); in osExpApiLogLogv()