Home
last modified time | relevance | path

Searched refs:SendCounterDirectoryPacket (Results 1 – 8 of 8) sorted by relevance

/external/armnn/profiling/client/include/
DISendCounterPacket.hpp29 virtual void SendCounterDirectoryPacket(const ICounterDirectory& counterDirectory) = 0;
/external/armnn/profiling/client/src/
DRequestCounterDirectoryCommandHandler.cpp38 m_SendCounterPacket.SendCounterDirectoryPacket(m_CounterDirectory); in operator ()()
DConnectionAcknowledgedCommandHandler.cpp43 m_SendCounterPacket.SendCounterDirectoryPacket(m_CounterDirectory); in operator ()()
DSendCounterPacket.hpp42 void SendCounterDirectoryPacket(const ICounterDirectory& counterDirectory) override;
DSendCounterPacket.cpp547 void SendCounterPacket::SendCounterDirectoryPacket(const ICounterDirectory& counterDirectory) in SendCounterDirectoryPacket() function in arm::pipe::SendCounterPacket
/external/armnn/src/profiling/test/
DSendCounterPacketTests.cpp119 mockSendCounterPacket.SendCounterDirectoryPacket(counterDirectory);
1213 CHECK_THROWS_AS(sendCounterPacket.SendCounterDirectoryPacket(counterDirectory),
1314 CHECK_NOTHROW(sendCounterPacket.SendCounterDirectoryPacket(counterDirectory));
1713 …CHECK_THROWS_AS(sendCounterPacket.SendCounterDirectoryPacket(counterDirectory), arm::pipe::Profili…
1734 …CHECK_THROWS_AS(sendCounterPacket.SendCounterDirectoryPacket(counterDirectory), arm::pipe::Profili…
1755 …CHECK_THROWS_AS(sendCounterPacket.SendCounterDirectoryPacket(counterDirectory), arm::pipe::Profili…
1790 …CHECK_THROWS_AS(sendCounterPacket.SendCounterDirectoryPacket(counterDirectory), arm::pipe::Profili…
1842 …CHECK_THROWS_AS(sendCounterPacket.SendCounterDirectoryPacket(counterDirectory), arm::pipe::Profili…
1902 sendCounterPacket.SendCounterDirectoryPacket(counterDirectory);
2015 sendCounterPacket.SendCounterDirectoryPacket(counterDirectory);
[all …]
DProfilingMocks.hpp408 void SendCounterDirectoryPacket(const ICounterDirectory& counterDirectory) override in SendCounterDirectoryPacket() function in arm::pipe::MockSendCounterPacket
/external/armnn/src/backends/backendsCommon/test/
DBackendProfilingTests.cpp104 virtual void SendCounterDirectoryPacket(const ICounterDirectory& counterDirectory) in SendCounterDirectoryPacket() function in MockBackendSendCounterPacket