Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h49 struct AppFuncs { /* do not rearrange */ struct
348 extern const struct AppFuncs _mAppFuncs; \
349 const struct AppFuncs SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"), \
Dtoolchain.h49 #define APP_ENTRY2 _Pragma(PRAGMA_HELPER(location,".app_init",)) __root static struct AppFuncs
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c33 #define APP_VEC(_app) ((struct AppFuncs*)&((_app)->vec))
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app.c288 const struct AppFuncs SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"),visibility("default")…
Dchre_app.c317 const struct AppFuncs SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"),visibility("default")…