Searched refs:appPerms (Results 1 – 6 of 6) sorted by relevance
/system/chre/test/simulation/ |
D | test_util.cc | 130 const char *name, uint64_t appId, uint32_t appVersion, uint32_t appPerms, in createStaticNanoapp() argument 135 appId, appVersion, appPerms, startFunc, in createStaticNanoapp() 141 uint32_t appVersion, uint32_t appPerms, decltype(nanoappStart) *startFunc, in createStaticNanoapp() argument 161 appInfo->appPermissions = appPerms; in createStaticNanoapp() 183 uint32_t appPerms, decltype(nanoappStart) *startFunc, in loadNanoapp() argument 187 name, appId, appVersion, appPerms, startFunc, handleEventFunc, endFunc); in loadNanoapp()
|
/system/chre/platform/freertos/include/chre/target_platform/ |
D | static_nanoapp_init.h | 34 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument 53 appInfo.appPermissions = appPerms; \
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | static_nanoapp_init.h | 35 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument 54 appInfo.appPermissions = appPerms; \
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | static_nanoapp_init.h | 34 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument 53 appInfo.appPermissions = appPerms; \
|
/system/chre/platform/embos/include/chre/target_platform/ |
D | static_nanoapp_init.h | 33 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument 52 appInfo.appPermissions = appPerms; \
|
/system/chre/test/simulation/inc/ |
D | test_util.h | 109 const char *name, uint64_t appId, uint32_t appVersion, uint32_t appPerms, 122 uint32_t appVersion, uint32_t appPerms, decltype(nanoappStart) *startFunc, 149 uint32_t appPerms, decltype(nanoappStart) *startFunc,
|