Searched refs:DebuggerImpl (Results 1 – 5 of 5) sorted by relevance
95 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 …]
38 class DebuggerImpl : public aidl::android::automotive::computepipe::runner::BnPipeDebugger,41 explicit DebuggerImpl(const proto::Options graphOptions, in DebuggerImpl() function
63 std::shared_ptr<DebuggerImpl> mPipeDebugger = nullptr;
24 "DebuggerImpl.cpp",
64 mPipeDebugger = ndk::SharedRefBase::make<DebuggerImpl>(mGraphOptions, mRunnerEngine); in activate()