HomeSort by relevance Sort by last modified time
    Searched refs:AppFuncs (Results 1 - 5 of 5) sorted by null

  /device/google/contexthub/firmware/os/inc/
seos.h 49 struct AppFuncs { /* do not rearrange */
348 extern const struct AppFuncs _mAppFuncs; \
349 const struct AppFuncs SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"), \
toolchain.h 49 #define APP_ENTRY2 _Pragma(PRAGMA_HELPER(location,".app_init",)) __root static struct AppFuncs
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 33 #define APP_VEC(_app) ((struct AppFuncs*)&((_app)->vec))
  /device/google/contexthub/firmware/app/chre/common/
chre10_app.c 288 const struct AppFuncs SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"),visibility("default")) _mAppFuncs = {
chre_app.c 317 const struct AppFuncs SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"),visibility("default")) _mAppFuncs = {

Completed in 69 milliseconds