Searched defs:chrePalSystemApi (Results 1 – 2 of 2) sorted by relevance
49 struct chrePalSystemApi { struct54 uint32_t version;67 uint64_t (*getCurrentTime)(void);80 void (*log)(enum chreLogLevel level, const char *formatStr, ...);93 void *(*memoryAlloc)(size_t size);103 void (*memoryFree)(void *pointer);
73 static const struct chrePalSystemApi chrePalSystemApi = { in chppPalSystemApiInit() local