Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/tests/runner/graph/
DGrpcGraphTest.cpp93 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()
DLocalPrebuiltGraphTest.cpp80 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/
DDefaultEngine.cpp259 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/
DRunnerComponent.cpp42 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/
DAidlClient.cpp138 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()
DAidlClient.h47 Status handleConfigPhase(const ClientConfig& e) override;
DDebuggerImpl.h55 Status handleConfigPhase(const ClientConfig& e) override;
DDebuggerImpl.cpp188 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/
DClientInterfaceTest.cc313 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/
DGrpcGraph.h59 Status handleConfigPhase(const runner::ClientConfig& e) override;
DLocalPrebuiltGraph.h51 Status handleConfigPhase(const runner::ClientConfig& e) override;
DLocalPrebuiltGraph.cpp55 Status LocalPrebuiltGraph::handleConfigPhase(const runner::ClientConfig& e) { in handleConfigPhase() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
DGrpcGraph.cpp124 Status GrpcGraph::handleConfigPhase(const runner::ClientConfig& e) { in handleConfigPhase() function in android::automotive::computepipe::graph::GrpcGraph
/packages/services/Car/cpp/computepipe/runner/include/
DRunnerComponent.h159 virtual Status handleConfigPhase(const ClientConfig& e);
/packages/services/Car/cpp/computepipe/tests/fuzz/
DLocalPrebuildGraphFuzzer.cpp110 graph->handleConfigPhase(e); in LLVMFuzzerTestOneInput()
DGrpcGraphFuzzer.cpp109 graph->handleConfigPhase(e); in LLVMFuzzerTestOneInput()