Home
last modified time | relevance | path

Searched refs:CommandHandlerFunctor (Results 1 – 24 of 24) sorted by relevance

/external/armnn/profiling/common/include/
DCommandHandlerRegistry.hpp37 …void RegisterFunctor(CommandHandlerFunctor* functor, uint32_t familyId, uint32_t packetId, uint32_…
39 void RegisterFunctor(CommandHandlerFunctor* functor);
41 CommandHandlerFunctor* GetFunctor(uint32_t familyId, uint32_t packetId, uint32_t version) const;
44 std::unordered_map<CommandHandlerKey, CommandHandlerFunctor*, CommandHandlerHash> registry;
DCommandHandlerFunctor.hpp17 class CommandHandlerFunctor class
20 CommandHandlerFunctor(uint32_t familyId, uint32_t packetId, uint32_t version) in CommandHandlerFunctor() function in arm::pipe::CommandHandlerFunctor
32 virtual ~CommandHandlerFunctor() {} in ~CommandHandlerFunctor()
/external/armnn/profiling/common/src/
DCommandHandlerRegistry.cpp18 void CommandHandlerRegistry::RegisterFunctor(CommandHandlerFunctor* functor, in RegisterFunctor()
29 void CommandHandlerRegistry::RegisterFunctor(CommandHandlerFunctor* functor) in RegisterFunctor()
36 CommandHandlerFunctor* CommandHandlerRegistry::GetFunctor(uint32_t familyId,uint32_t packetId, uint… in GetFunctor()
48 CommandHandlerFunctor* commandHandlerFunctor = registry.at(key); in GetFunctor()
DCommandHandlerFunctor.cpp14 uint32_t CommandHandlerFunctor::GetFamilyId() const in GetFamilyId()
19 uint32_t CommandHandlerFunctor::GetPacketId() const in GetPacketId()
24 uint32_t CommandHandlerFunctor::GetVersion() const in GetVersion()
DCMakeLists.txt9 CommandHandlerFunctor.cpp
/external/armnn/tests/profiling/gatordmock/
DPeriodicCounterSelectionResponseHandler.hpp18 class PeriodicCounterSelectionResponseHandler : public arm::pipe::CommandHandlerFunctor
32 : CommandHandlerFunctor(familyId, packetId, version) in PeriodicCounterSelectionResponseHandler()
DStubCommandHandler.hpp18 class StubCommandHandler : public arm::pipe::CommandHandlerFunctor
30 : CommandHandlerFunctor(familyId, packetId, version) in StubCommandHandler()
DPeriodicCounterCaptureCommandHandler.hpp26 class PeriodicCounterCaptureCommandHandler : public arm::pipe::CommandHandlerFunctor
40 : CommandHandlerFunctor(familyId, packetId, version) in PeriodicCounterCaptureCommandHandler()
DStreamMetadataCommandHandler.hpp26 class StreamMetadataCommandHandler : public arm::pipe::CommandHandlerFunctor
40 : CommandHandlerFunctor(familyId, packetId, version) in StreamMetadataCommandHandler()
DGatordMockService.cpp170 arm::pipe::CommandHandlerFunctor* commandHandlerFunctor = m_HandlerRegistry.GetFunctor( in ReceiveLoop()
/external/armnn/src/profiling/
DPerJobCounterSelectionCommandHandler.hpp19 class PerJobCounterSelectionCommandHandler : public arm::pipe::CommandHandlerFunctor
27 : CommandHandlerFunctor(familyId, packetId, version) in PerJobCounterSelectionCommandHandler()
DDeactivateTimelineReportingCommandHandler.hpp20 class DeactivateTimelineReportingCommandHandler : public arm::pipe::CommandHandlerFunctor
30 : CommandHandlerFunctor(familyId, packetId, version) in DeactivateTimelineReportingCommandHandler()
DRequestCounterDirectoryCommandHandler.hpp21 class RequestCounterDirectoryCommandHandler : public arm::pipe::CommandHandlerFunctor
32 : CommandHandlerFunctor(familyId, packetId, version) in RequestCounterDirectoryCommandHandler()
DActivateTimelineReportingCommandHandler.hpp25 class ActivateTimelineReportingCommandHandler : public arm::pipe::CommandHandlerFunctor
36 : CommandHandlerFunctor(familyId, packetId, version), in ActivateTimelineReportingCommandHandler()
DConnectionAcknowledgedCommandHandler.hpp23 class ConnectionAcknowledgedCommandHandler final : public arm::pipe::CommandHandlerFunctor
39 : CommandHandlerFunctor(familyId, packetId, version) in ConnectionAcknowledgedCommandHandler()
DDirectoryCaptureCommandHandler.hpp34 class DirectoryCaptureCommandHandler : public arm::pipe::CommandHandlerFunctor
39 : CommandHandlerFunctor(familyId, packetId, version) in DirectoryCaptureCommandHandler()
DPeriodicCounterSelectionCommandHandler.hpp31 class PeriodicCounterSelectionCommandHandler : public arm::pipe::CommandHandlerFunctor
48 : CommandHandlerFunctor(familyId, packetId, version) in PeriodicCounterSelectionCommandHandler()
DCommandHandler.cpp61 arm::pipe::CommandHandlerFunctor* commandHandlerFunctor = in HandleCommands()
/external/armnn/profiling/server/include/timelineDecoder/
DTimelineDirectoryCaptureCommandHandler.hpp18 class TimelineDirectoryCaptureCommandHandler : public arm::pipe::CommandHandlerFunctor
30 : CommandHandlerFunctor(familyId, packetId, version) in TimelineDirectoryCaptureCommandHandler()
DTimelineCaptureCommandHandler.hpp19 class TimelineCaptureCommandHandler : public arm::pipe::CommandHandlerFunctor
34 : CommandHandlerFunctor(familyId, packetId, version) in TimelineCaptureCommandHandler()
/external/armnn/src/profiling/test/
DProfilingTests.hpp177 class TestFunctorA : public arm::pipe::CommandHandlerFunctor
180 using CommandHandlerFunctor::CommandHandlerFunctor;
DProfilingTests.cpp348 std::map<arm::pipe::CommandHandlerKey, arm::pipe::CommandHandlerFunctor*> registry; in BOOST_AUTO_TEST_CASE()
/external/armnn/profiling/server/src/timelineDecoder/tests/
DTimelineTests.cpp24 arm::pipe::CommandHandlerFunctor& CommandHandler) in BOOST_AUTO_TEST_SUITE()
/external/armnn/
DAndroid.mk99 profiling/common/src/CommandHandlerFunctor.cpp \