OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appfuncs
(Results
1 - 5
of
5
) sorted by null
/system/chre/build/app_support/qcom_nanohub/
app_support.cc
49
struct
AppFuncs
{
80
struct
AppFuncs
funcs;
/device/google/contexthub/firmware/os/inc/
seos.h
49
struct
AppFuncs
{ /* do not rearrange */
300
extern const struct
AppFuncs
_mAppFuncs; \
301
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/
chre_app.c
286
const struct
AppFuncs
SET_EXTERNAL_APP_ATTRIBUTES(used, section (".app_init"),visibility("default")) _mAppFuncs = {
Completed in 470 milliseconds