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 D | IPipeQuery.aidl | 22 …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 D | IPipeQuery.aidl | 22 …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 D | IPipeQuery.aidl | 48 IPipeRunner getPipeRunner(in @utf8InCpp String graphName, in IClientInfo info); in getPipeRunner() method
|
/aosp12/packages/services/Car/cpp/computepipe/router/1.0/include/ |
H A D | PipeQuery.h | 39 ndk::ScopedAStatus getPipeRunner(
|
/aosp12/packages/services/Car/cpp/computepipe/router/1.0/ |
H A D | PipeQuery.cpp | 41 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 D | PipeQueryTest.cpp | 127 ASSERT_TRUE(qIface->getPipeRunner("stub1", info, &runner).isOk()); in TEST_F()
|
/aosp12/packages/services/Car/cpp/computepipe/example/ |
H A D | FaceTracker.cpp | 85 ndk::ScopedAStatus status = queryService->getPipeRunner(kGraphName, mClientInfo, &mPipeRunner); in init()
|
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/client_interface/ |
H A D | ClientInterfaceTest.cc | 125 ASSERT_TRUE(queryService->getPipeRunner(graphName, clientInfo, &mPipeRunner).isOk()); in SetUp()
|