Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/example/
DFaceTracker.cpp83 std::shared_ptr<IPipeQuery> queryService = IPipeQuery::fromBinder(binder); in init() local
85 ndk::ScopedAStatus status = queryService->getPipeRunner(kGraphName, mClientInfo, &mPipeRunner); in init()
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
DClientInterfaceTest.cc121 std::shared_ptr<IPipeQuery> queryService = IPipeQuery::fromBinder(binder); in SetUp() local
125 ASSERT_TRUE(queryService->getPipeRunner(graphName, clientInfo, &mPipeRunner).isOk()); in SetUp()