/packages/services/Car/cpp/computepipe/tests/runner/graph/ |
D | GrpcGraphTest.cpp | 93 EXPECT_EQ(mGrpcGraph->handleConfigPhase(clientConfig), Status::SUCCESS); in TEST_F() 117 EXPECT_EQ(mGrpcGraph->handleConfigPhase(clientConfig), Status::SUCCESS); in TEST_F() 136 EXPECT_EQ(mGrpcGraph->handleConfigPhase(clientConfig), Status::SUCCESS); in TEST_F()
|
D | LocalPrebuiltGraphTest.cpp | 80 EXPECT_EQ(graph->handleConfigPhase(e), Status::SUCCESS); in TEST() 126 EXPECT_EQ(graph->handleConfigPhase(e), Status::SUCCESS); in TEST()
|
/packages/services/Car/cpp/computepipe/runner/engine/ |
D | DefaultEngine.cpp | 259 ret = mGraph->handleConfigPhase(config); in broadcastClientConfig() 266 ret = mGraph->handleConfigPhase(config); in broadcastClientConfig() 278 ret = mDebugDisplayManager->handleConfigPhase(config); in broadcastClientConfig() 286 ret = mClient->handleConfigPhase(config); in broadcastClientConfig() 301 (void)mGraph->handleConfigPhase(config); in abortClientConfig() 303 (void)mClient->handleConfigPhase(config); in abortClientConfig()
|
/packages/services/Car/cpp/computepipe/runner/ |
D | RunnerComponent.cpp | 42 return iface->handleConfigPhase(*this); in dispatchToComponent() 109 Status RunnerComponentInterface::handleConfigPhase(const ClientConfig& /* e*/) { in handleConfigPhase() function in android::automotive::computepipe::runner::RunnerComponentInterface
|
/packages/services/Car/cpp/computepipe/runner/client_interface/ |
D | AidlClient.cpp | 138 Status AidlClient::handleConfigPhase(const ClientConfig& e) { in handleConfigPhase() function in android::automotive::computepipe::runner::client_interface::aidl_client::AidlClient 148 mPipeDebugger->handleConfigPhase(e); in handleConfigPhase()
|
D | AidlClient.h | 47 Status handleConfigPhase(const ClientConfig& e) override;
|
D | DebuggerImpl.h | 55 Status handleConfigPhase(const ClientConfig& e) override;
|
D | DebuggerImpl.cpp | 188 Status DebuggerImpl::handleConfigPhase(const ClientConfig& e) { in handleConfigPhase() function in android::automotive::computepipe::runner::client_interface::aidl_client::DebuggerImpl
|
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/ |
D | ClientInterfaceTest.cc | 313 EXPECT_EQ(mAidlClient->handleConfigPhase(config), Status::SUCCESS); in TEST_F() 350 EXPECT_EQ(mAidlClient->handleConfigPhase(config), Status::SUCCESS); in TEST_F()
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | GrpcGraph.h | 59 Status handleConfigPhase(const runner::ClientConfig& e) override;
|
D | LocalPrebuiltGraph.h | 51 Status handleConfigPhase(const runner::ClientConfig& e) override;
|
D | LocalPrebuiltGraph.cpp | 55 Status LocalPrebuiltGraph::handleConfigPhase(const runner::ClientConfig& e) { in handleConfigPhase() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
|
D | GrpcGraph.cpp | 124 Status GrpcGraph::handleConfigPhase(const runner::ClientConfig& e) { in handleConfigPhase() function in android::automotive::computepipe::graph::GrpcGraph
|
/packages/services/Car/cpp/computepipe/runner/include/ |
D | RunnerComponent.h | 159 virtual Status handleConfigPhase(const ClientConfig& e);
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | LocalPrebuildGraphFuzzer.cpp | 110 graph->handleConfigPhase(e); in LLVMFuzzerTestOneInput()
|
D | GrpcGraphFuzzer.cpp | 109 graph->handleConfigPhase(e); in LLVMFuzzerTestOneInput()
|