Home
last modified time | relevance | path

Searched defs:nanoappId (Results 1 – 16 of 16) sorted by relevance

/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/
DChreCallbackHandler.java45 public ChreCallbackHandler(long nanoappId, ContextHubClientCallback callback) { in ChreCallbackHandler()
89 public void onNanoAppAborted(ContextHubClient client, long nanoappId, int abortCode) { in onNanoAppAborted()
99 public void onNanoAppLoaded(ContextHubClient client, long nanoappId) { in onNanoAppLoaded()
109 public void onNanoAppUnloaded(ContextHubClient client, long nanoappId) { in onNanoAppUnloaded()
119 public void onNanoAppEnabled(ContextHubClient client, long nanoappId) { in onNanoAppEnabled()
129 public void onNanoAppDisabled(ContextHubClient client, long nanoappId) { in onNanoAppDisabled()
143 public void onClientAuthorizationChanged(ContextHubClient client, long nanoappId, in onClientAuthorizationChanged()
DChreIntentHandler.java44 public static void handle(Intent intent, long nanoappId, Client rpcClient, in handle()
DChreChannelOutput.java46 public ChreChannelOutput(ContextHubClient client, long nanoappId) { in ChreChannelOutput()
/system/chre/util/tests/
Dservice_helpers_test.cc24 uint64_t nanoappId; in TEST() local
30 uint64_t nanoappId; in TEST() local
37 uint64_t nanoappId; in TEST() local
44 uint64_t nanoappId; in TEST() local
68 uint64_t nanoappId; in TEST() local
/system/chre/core/include/chre/core/
Dchre_message_hub_manager.h141 uint64_t nanoappId; member
147 uint64_t nanoappId; member
154 uint64_t nanoappId; member
159 uint64_t nanoappId; member
/system/chre/host/common/
Dmetrics_reporter.cc93 bool MetricsReporter::logApWakeupOccurred(uint64_t nanoappId) { in logApWakeupOccurred()
106 uint64_t nanoappId, ChreHalNanoappLoadFailed::Type type, in logNanoappLoadFailed()
/system/chre/host/common/include/chre_host/
Ddaemon_base.h115 uint64_t nanoappId; member
/system/chre/util/system/
Dservice_helpers.cc63 uint64_t &nanoappId, uint64_t &serviceId) { in extractNanoappIdAndServiceId()
/system/chre/core/
Dchre_message_hub_manager.cc551 uint64_t nanoappId = endpoint.endpointId; in onSessionStateChanged() local
645 bool ChreMessageHubManager::doesNanoappHaveLegacyService(uint64_t nanoappId, in doesNanoappHaveLegacyService()
648 uint64_t nanoappId; in doesNanoappHaveLegacyService() member
670 uint64_t nanoappId, const chreMsgServiceInfo *serviceInfos, in validateServicesLocked()
915 uint64_t nanoappId; in getEndpointForService() local
/system/chre/host/exynos/
Dexynos_daemon.h82 uint64_t nanoappId; member
/system/chre/host/hal_generic/common/
Dhal_chre_socket_connection.cc101 bool HalChreSocketConnection::sendMessageToHub(uint64_t nanoappId, in sendMessageToHub()
218 long nanoappId = message.app_id; in handleNanoappMessage() local
Dhal_client_manager.cc281 int64_t nanoappId) { in registerPendingUnloadTransaction()
546 int64_t nanoappId = mPendingUnloadTransaction->nanoappId; in resetPendingUnloadTransaction() local
Dhal_client_manager.h409 int64_t nanoappId; member
Dmulti_client_context_hub_base.cc386 for (const auto &nanoappId : mPreloadedNanoappIds.value()) { in getPreloadedNanoappIds() local
947 std::optional<int64_t> nanoappId = in onNanoappUnloadResponse() local
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubNanoAppRequirementsTestExecutor.java130 public boolean isNanoappPreloaded(long nanoappId) { in isNanoappPreloaded()
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc808 int64_t nanoappId = preloadedNanoapp.id; in selectPreloadedNanoappsToLoad() local