Searched refs:aidlService (Results 1 – 4 of 4) sorted by relevance
221 std::thread aidlService = std::thread(NetdHwAidlService::run); in main() local235 aidlService.join(); in main()
209 std::shared_ptr<AidlConfirmationUI> aidlService = AidlConfirmationUI::fromBinder( in tryGetService() local211 if (aidlService) { in tryGetService()212 return ::ndk::SharedRefBase::make<ConfuiAidlCompatSession>(aidlService); in tryGetService()
401 NanoappRpcService aidlService; in onNanoappListResponse() local402 aidlService.id = service->id; in onNanoappListResponse()403 aidlService.version = service->version; in onNanoappListResponse()404 rpcServices.emplace_back(aidlService); in onNanoappListResponse()
752 NanoappRpcService aidlService; in onNanoappListResponse() local753 aidlService.id = service->id; in onNanoappListResponse()754 aidlService.version = service->version; in onNanoappListResponse()755 rpcServices.emplace_back(aidlService); in onNanoappListResponse()