Home
last modified time | relevance | path

Searched refs:mPipeDebugger (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/
H A DAidlClient.cpp65 mPipeRunner->setPipeDebugger(mPipeDebugger); in activate()
73 if (mPipeDebugger) { in deliverGraphDebugInfo()
132 if (mPipeDebugger) { in handleResetPhase()
133 mPipeDebugger->handleResetPhase(e); in handleResetPhase()
147 if (mPipeDebugger) { in handleConfigPhase()
148 mPipeDebugger->handleConfigPhase(e); in handleConfigPhase()
163 if (mPipeDebugger) { in handleExecutionPhase()
164 mPipeDebugger->handleExecutionPhase(e); in handleExecutionPhase()
176 if (mPipeDebugger) { in handleStopWithFlushPhase()
177 mPipeDebugger->handleStopWithFlushPhase(e); in handleStopWithFlushPhase()
[all …]
H A DAidlClientImpl.cpp186 mPipeDebugger = pipeDebugger; in setPipeDebugger()
348 if (mPipeDebugger == nullptr) { in getPipeDebugger()
351 *_aidl_return = mPipeDebugger; in getPipeDebugger()
H A DAidlClient.h63 std::shared_ptr<DebuggerImpl> mPipeDebugger = nullptr; variable
H A DAidlClientImpl.h105 std::shared_ptr<aidl::android::automotive::computepipe::runner::IPipeDebugger> mPipeDebugger = variable