| /system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/ | 
| D | ChreCallbackHandler.java | 45     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()
 
 | 
| D | ChreIntentHandler.java | 44     public static void handle(Intent intent, long nanoappId, Client rpcClient,  in handle()
 | 
| D | ChreChannelOutput.java | 46     public ChreChannelOutput(ContextHubClient client, long nanoappId) {  in ChreChannelOutput()
 | 
| /system/chre/util/tests/ | 
| D | service_helpers_test.cc | 24   uint64_t nanoappId;  in TEST()  local30   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/ | 
| D | chre_message_hub_manager.h | 141     uint64_t nanoappId;  member147     uint64_t nanoappId;  member
 154     uint64_t nanoappId;  member
 159     uint64_t nanoappId;  member
 
 | 
| /system/chre/host/common/ | 
| D | metrics_reporter.cc | 93 bool MetricsReporter::logApWakeupOccurred(uint64_t nanoappId) {  in logApWakeupOccurred()106     uint64_t nanoappId, ChreHalNanoappLoadFailed::Type type,  in logNanoappLoadFailed()
 
 | 
| /system/chre/host/common/include/chre_host/ | 
| D | daemon_base.h | 115     uint64_t nanoappId;  member
 | 
| /system/chre/util/system/ | 
| D | service_helpers.cc | 63                                   uint64_t &nanoappId, uint64_t &serviceId) {  in extractNanoappIdAndServiceId()
 | 
| /system/chre/core/ | 
| D | chre_message_hub_manager.cc | 551     uint64_t nanoappId = endpoint.endpointId;  in onSessionStateChanged()  local645 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/ | 
| D | exynos_daemon.h | 82     uint64_t nanoappId;  member
 | 
| /system/chre/host/hal_generic/common/ | 
| D | hal_chre_socket_connection.cc | 101 bool HalChreSocketConnection::sendMessageToHub(uint64_t nanoappId,  in sendMessageToHub()218     long nanoappId = message.app_id;  in handleNanoappMessage()  local
 
 | 
| D | hal_client_manager.cc | 281                                                         int64_t nanoappId) {  in registerPendingUnloadTransaction()546     int64_t nanoappId = mPendingUnloadTransaction->nanoappId;  in resetPendingUnloadTransaction()  local
 
 | 
| D | hal_client_manager.h | 409     int64_t nanoappId;  member
 | 
| D | multi_client_context_hub_base.cc | 386   for (const auto &nanoappId : mPreloadedNanoappIds.value()) {  in getPreloadedNanoappIds()  local947   std::optional<int64_t> nanoappId =  in onNanoappUnloadResponse()  local
 
 | 
| /system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ | 
| D | ContextHubNanoAppRequirementsTestExecutor.java | 130     public boolean isNanoappPreloaded(long nanoappId) {  in isNanoappPreloaded()
 | 
| /system/chre/host/hal_generic/aidl/ | 
| D | generic_context_hub_aidl.cc | 808     int64_t nanoappId = preloadedNanoapp.id;  in selectPreloadedNanoappsToLoad()  local
 |