Searched defs:appPerms (Results 1 – 5 of 5) sorted by relevance
/system/chre/platform/slpi/include/chre/target_platform/ |
D | static_nanoapp_init.h | 35 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | static_nanoapp_init.h | 34 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
|
/system/chre/platform/embos/include/chre/target_platform/ |
D | static_nanoapp_init.h | 33 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
|
/system/chre/platform/freertos/include/chre/target_platform/ |
D | static_nanoapp_init.h | 34 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
|
/system/chre/test/simulation/ |
D | test_util.cc | 40 const char *name, uint64_t appId, uint32_t appVersion, uint32_t appPerms, in createStaticNanoapp() 51 uint32_t appVersion, uint32_t appPerms, decltype(nanoappStart) *startFunc, in createStaticNanoapp() 96 uint32_t appPerms, decltype(nanoappStart) *startFunc, in loadNanoapp()
|