Home
last modified time | relevance | path

Searched refs:DebuggerImpl (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/client_interface/
DDebuggerImpl.cpp95 ndk::ScopedAStatus DebuggerImpl::setPipeProfileOptions(PipeProfilingType in_type) { in setPipeProfileOptions()
107 ScopedAStatus DebuggerImpl::startPipeProfiling() { in startPipeProfiling()
122 ScopedAStatus DebuggerImpl::stopPipeProfiling() { in stopPipeProfiling()
143 ScopedAStatus DebuggerImpl::getPipeProfilingInfo(ProfilingData* _aidl_return) { in getPipeProfilingInfo()
169 ScopedAStatus DebuggerImpl::releaseDebugger() { in releaseDebugger()
188 Status DebuggerImpl::handleConfigPhase(const ClientConfig& e) { in handleConfigPhase()
195 Status DebuggerImpl::handleExecutionPhase(const RunnerEvent& e) { in handleExecutionPhase()
205 Status DebuggerImpl::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase()
215 Status DebuggerImpl::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase()
222 Status DebuggerImpl::handleResetPhase(const RunnerEvent& e) { in handleResetPhase()
[all …]
DDebuggerImpl.h38 class DebuggerImpl : public aidl::android::automotive::computepipe::runner::BnPipeDebugger,
41 explicit DebuggerImpl(const proto::Options graphOptions, in DebuggerImpl() function
DAidlClient.h63 std::shared_ptr<DebuggerImpl> mPipeDebugger = nullptr;
DAndroid.bp24 "DebuggerImpl.cpp",
DAidlClient.cpp64 mPipeDebugger = ndk::SharedRefBase::make<DebuggerImpl>(mGraphOptions, mRunnerEngine); in activate()