Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.registry/1/android/automotive/computepipe/registry/
H A DIPipeQuery.aidl22 …android.automotive.computepipe.runner.IPipeRunner getPipeRunner(in @utf8InCpp String graphName, in… in getPipeRunner() method
/aosp12/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.registry/current/android/automotive/computepipe/registry/
H A DIPipeQuery.aidl22 …android.automotive.computepipe.runner.IPipeRunner getPipeRunner(in @utf8InCpp String graphName, in… in getPipeRunner() method
/aosp12/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/registry/
H A DIPipeQuery.aidl48 IPipeRunner getPipeRunner(in @utf8InCpp String graphName, in IClientInfo info); in getPipeRunner() method
/aosp12/packages/services/Car/cpp/computepipe/router/1.0/include/
H A DPipeQuery.h39 ndk::ScopedAStatus getPipeRunner(
/aosp12/packages/services/Car/cpp/computepipe/router/1.0/
H A DPipeQuery.cpp41 ScopedAStatus PipeQuery::getPipeRunner(const std::string& graphName, in getPipeRunner() function in android::automotive::computepipe::router::V1_0::implementation::PipeQuery
/aosp12/packages/services/Car/cpp/computepipe/tests/
H A DPipeQueryTest.cpp127 ASSERT_TRUE(qIface->getPipeRunner("stub1", info, &runner).isOk()); in TEST_F()
/aosp12/packages/services/Car/cpp/computepipe/example/
H A DFaceTracker.cpp85 ndk::ScopedAStatus status = queryService->getPipeRunner(kGraphName, mClientInfo, &mPipeRunner); in init()
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
H A DClientInterfaceTest.cc125 ASSERT_TRUE(queryService->getPipeRunner(graphName, clientInfo, &mPipeRunner).isOk()); in SetUp()