Home
last modified time | relevance | path

Searched defs:profilingStateMachine (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/armnn/src/profiling/test/
H A DSendCounterPacketTests.cpp37 void SetNotConnectedProfilingState(ProfilingStateMachine& profilingStateMachine) in SetNotConnectedProfilingState()
57 void SetWaitingForAckProfilingState(ProfilingStateMachine& profilingStateMachine) in SetWaitingForAckProfilingState()
77 void SetActiveProfilingState(ProfilingStateMachine& profilingStateMachine) in SetActiveProfilingState()
225 ProfilingStateMachine profilingStateMachine; variable
1847 ProfilingStateMachine profilingStateMachine; variable
1874 ProfilingStateMachine profilingStateMachine; variable
1985 ProfilingStateMachine profilingStateMachine; variable
2106 ProfilingStateMachine profilingStateMachine; variable
2212 ProfilingStateMachine profilingStateMachine; variable
2262 ProfilingStateMachine profilingStateMachine; variable
[all …]
H A DProfilingTests.cpp144 ProfilingStateMachine profilingStateMachine; variable
1776 ProfilingStateMachine profilingStateMachine; variable
2398 ProfilingStateMachine profilingStateMachine; variable
2466 ProfilingStateMachine profilingStateMachine; variable
2529 ProfilingStateMachine profilingStateMachine; variable
/aosp_15_r20/external/armnn/profiling/client/src/
H A DPerJobCounterSelectionCommandHandler.hpp26 const ProfilingStateMachine& profilingStateMachine) in PerJobCounterSelectionCommandHandler()
H A DDeactivateTimelineReportingCommandHandler.hpp29 ProfilingStateMachine& profilingStateMachine, in DeactivateTimelineReportingCommandHandler()
H A DRequestCounterDirectoryCommandHandler.hpp32 ProfilingStateMachine& profilingStateMachine) in RequestCounterDirectoryCommandHandler()
H A DActivateTimelineReportingCommandHandler.hpp31 ProfilingStateMachine& profilingStateMachine, in ActivateTimelineReportingCommandHandler()
H A DConnectionAcknowledgedCommandHandler.hpp38 ProfilingStateMachine& profilingStateMachine, in ConnectionAcknowledgedCommandHandler()
H A DPeriodicCounterSelectionCommandHandler.hpp47 const ProfilingStateMachine& profilingStateMachine) in PeriodicCounterSelectionCommandHandler()
H A DSendThread.cpp24 SendThread::SendThread(ProfilingStateMachine& profilingStateMachine, in SendThread()