Home
last modified time | relevance | path

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

/packages/services/Car/computepipe/runner/client_interface/
DAidlClient.cpp105 std::shared_ptr<IPipeRegistration> registryService = IPipeRegistration::fromBinder(binder); in tryRegisterPipeRunner() local
107 registryService->registerPipeRunner(mGraphOptions.graph_name().c_str(), mPipeRunner); in tryRegisterPipeRunner()
115 AIBinder_linkToDeath(registryService->asBinder().get(), recipient, this); in tryRegisterPipeRunner()