Home
last modified time | relevance | path

Searched refs:CommandHandlerFunctor (Results 1 – 25 of 25) 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.txt8 CommandHandlerFunctor.cpp
/external/armnn/tests/profiling/gatordmock/
DStubCommandHandler.hpp18 class StubCommandHandler : public arm::pipe::CommandHandlerFunctor
30 : CommandHandlerFunctor(familyId, packetId, version) in StubCommandHandler()
DPeriodicCounterSelectionResponseHandler.hpp18 class PeriodicCounterSelectionResponseHandler : public arm::pipe::CommandHandlerFunctor
32 : CommandHandlerFunctor(familyId, packetId, version) in PeriodicCounterSelectionResponseHandler()
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/profiling/client/src/
DPerJobCounterSelectionCommandHandler.hpp19 class PerJobCounterSelectionCommandHandler : public arm::pipe::CommandHandlerFunctor
27 : CommandHandlerFunctor(familyId, packetId, version) in PerJobCounterSelectionCommandHandler()
DDeactivateTimelineReportingCommandHandler.hpp21 class DeactivateTimelineReportingCommandHandler : public arm::pipe::CommandHandlerFunctor
31 : CommandHandlerFunctor(familyId, packetId, version) in DeactivateTimelineReportingCommandHandler()
DRequestCounterDirectoryCommandHandler.hpp22 class RequestCounterDirectoryCommandHandler : public arm::pipe::CommandHandlerFunctor
33 : CommandHandlerFunctor(familyId, packetId, version) in RequestCounterDirectoryCommandHandler()
DActivateTimelineReportingCommandHandler.hpp24 class ActivateTimelineReportingCommandHandler : public arm::pipe::CommandHandlerFunctor
36 : CommandHandlerFunctor(familyId, packetId, version), in ActivateTimelineReportingCommandHandler()
DConnectionAcknowledgedCommandHandler.hpp25 class ConnectionAcknowledgedCommandHandler final : public arm::pipe::CommandHandlerFunctor
42 : CommandHandlerFunctor(familyId, packetId, version) in ConnectionAcknowledgedCommandHandler()
DPeriodicCounterSelectionCommandHandler.hpp31 class PeriodicCounterSelectionCommandHandler : public arm::pipe::CommandHandlerFunctor
48 : CommandHandlerFunctor(familyId, packetId, version) in PeriodicCounterSelectionCommandHandler()
DCommandHandler.cpp73 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()
DDirectoryCaptureCommandHandler.hpp33 class DirectoryCaptureCommandHandler : public arm::pipe::CommandHandlerFunctor
42 : CommandHandlerFunctor(familyId, packetId, version) in DirectoryCaptureCommandHandler()
/external/armnn/src/profiling/test/
DProfilingTests.hpp138 class TestFunctorA : public arm::pipe::CommandHandlerFunctor
141 using CommandHandlerFunctor::CommandHandlerFunctor;
DProfilingTests.cpp358 std::map<arm::pipe::CommandHandlerKey, arm::pipe::CommandHandlerFunctor*> registry;
/external/armnn/profiling/server/src/timelineDecoder/tests/
DTimelineTests.cpp23 arm::pipe::CommandHandlerFunctor& CommandHandler) in SendTimelinePacketToCommandHandler()
/external/armnn/
DAndroid.bp38 "profiling/common/src/CommandHandlerFunctor.cpp",
DLICENSE.spdx4709 FileName: ./profiling/common/include/CommandHandlerFunctor.hpp
4926 FileName: ./profiling/common/src/CommandHandlerFunctor.cpp