Home
last modified time | relevance | path

Searched defs:appName (Results 1 – 5 of 5) sorted by relevance

/system/chre/platform/slpi/include/chre/target_platform/
Dstatic_nanoapp_init.h35 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
/system/chre/platform/linux/include/chre/target_platform/
Dstatic_nanoapp_init.h34 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
/system/chre/platform/embos/include/chre/target_platform/
Dstatic_nanoapp_init.h33 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
/system/chre/platform/freertos/include/chre/target_platform/
Dstatic_nanoapp_init.h34 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
/system/chre/host/common/
Dchre_aidl_hal_client.cc261 const std::string &appName, const std::string &binaryPath) { in findHeaderByName()
345 std::string appName = smatch[2]; in findHeaderAndNormalizePath() local