Home
last modified time | relevance | path

Searched refs:appName (Results 1 – 13 of 13) sorted by relevance

/system/chre/platform/freertos/include/chre/target_platform/
Dstatic_nanoapp_init.h34 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
37 UniquePtr<Nanoapp> initializeStaticNanoapp##appName() { \
44 appInfo.name = #appName; \
55 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
/system/chre/platform/slpi/include/chre/target_platform/
Dstatic_nanoapp_init.h35 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
38 UniquePtr<Nanoapp> initializeStaticNanoapp##appName() { \
45 appInfo.name = #appName; \
56 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
/system/chre/platform/linux/include/chre/target_platform/
Dstatic_nanoapp_init.h34 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
37 UniquePtr<Nanoapp> initializeStaticNanoapp##appName() { \
44 appInfo.name = #appName; \
55 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
/system/chre/platform/embos/include/chre/target_platform/
Dstatic_nanoapp_init.h33 #define CHRE_STATIC_NANOAPP_INIT(appName, appId_, appVersion_, appPerms) \ argument
36 UniquePtr<Nanoapp> initializeStaticNanoapp##appName() { \
43 appInfo.name = #appName; \
54 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
/system/chre/host/common/include/chre_host/pigweed/
Dhal_rpc_client.h62 std::string_view appName, SocketClient &client,
128 HalRpcClient(std::string_view appName, SocketClient &client, in HalRpcClient() argument
132 mAppName(appName), in HalRpcClient()
/system/chre/host/common/pigweed/
Dhal_rpc_client.cc38 std::string_view appName, SocketClient &client, in createClient() argument
42 new HalRpcClient(appName, client, hostEndpointId, serverNanoappId)); in createClient()
/system/chre/host/common/
Dchre_aidl_hal_client.cc281 const std::string &appName, const std::string &binaryPath) { in findHeaderByName() argument
286 std::regex regex(appName + ".napp_header"); in findHeaderByName()
367 std::string appName = smatch[2]; in findHeaderAndNormalizePath() local
370 auto result = findHeaderByName(appName, fullPath); in findHeaderAndNormalizePath()
374 pathAndName = fullPath + appName + ".so"; in findHeaderAndNormalizePath()
379 auto result = findHeaderByName(appName, predefinedPath); in findHeaderAndNormalizePath()
383 pathAndName = predefinedPath + appName + ".so"; in findHeaderAndNormalizePath()
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h199 msg.appName, msg.msgType, msg.hostEndPoint, msg.msg.data(), in sendMessageToHub()
279 msg.msg_1_0.appName = message.app_id; in onNanoappMessage()
/system/extras/simpleperf/demo/SimpleperfExampleCpp/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/system/extras/simpleperf/demo/JavaApi/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/system/extras/simpleperf/demo/CppApi/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/system/extras/simpleperf/demo/SimpleperfExampleJava/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...