Home
last modified time | relevance | path

Searched refs:aidlService (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
Dmain.cpp221 std::thread aidlService = std::thread(NetdHwAidlService::run); in main() local
235 aidlService.join(); in main()
/system/security/keystore2/apc_compat/
Dapc_compat.cpp209 std::shared_ptr<AidlConfirmationUI> aidlService = AidlConfirmationUI::fromBinder( in tryGetService() local
211 if (aidlService) { in tryGetService()
212 return ::ndk::SharedRefBase::make<ConfuiAidlCompatSession>(aidlService); in tryGetService()
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc401 NanoappRpcService aidlService; in onNanoappListResponse() local
402 aidlService.id = service->id; in onNanoappListResponse()
403 aidlService.version = service->version; in onNanoappListResponse()
404 rpcServices.emplace_back(aidlService); in onNanoappListResponse()
/system/chre/host/hal_generic/common/
Dmulti_client_context_hub_base.cc752 NanoappRpcService aidlService; in onNanoappListResponse() local
753 aidlService.id = service->id; in onNanoappListResponse()
754 aidlService.version = service->version; in onNanoappListResponse()
755 rpcServices.emplace_back(aidlService); in onNanoappListResponse()