Home
last modified time | relevance | path

Searched refs:SocketProfilingConnection (Results 1 – 7 of 7) sorted by relevance

/external/armnn/src/profiling/
DSocketProfilingConnection.cpp20 SocketProfilingConnection::SocketProfilingConnection() in SocketProfilingConnection() function in armnn::profiling::SocketProfilingConnection
63 bool SocketProfilingConnection::IsOpen() const in IsOpen()
68 void SocketProfilingConnection::Close() in Close()
81 bool SocketProfilingConnection::WritePacket(const unsigned char* buffer, uint32_t length) in WritePacket()
91 arm::pipe::Packet SocketProfilingConnection::ReadPacket(uint32_t timeout) in ReadPacket()
160 arm::pipe::Packet SocketProfilingConnection::ReceivePacket() in ReceivePacket()
DSocketProfilingConnection.hpp18 class SocketProfilingConnection : public IProfilingConnection class
21 SocketProfilingConnection();
DProfilingConnectionFactory.cpp38 …:make_unique<ProfilingConnectionDumpToFileDecorator>(std::make_unique<SocketProfilingConnection>(), in GetProfilingConnection()
55 return std::make_unique<SocketProfilingConnection>(); in GetProfilingConnection()
/external/armnn/profiling/server/src/basePipeServer/tests/
DBasePipeServerTests.cpp30 BOOST_CHECK_THROW(profiling::SocketProfilingConnection socketProfilingConnection, in BOOST_AUTO_TEST_CASE()
36 profiling::SocketProfilingConnection socketProfilingConnection; in BOOST_AUTO_TEST_CASE()
/external/armnn/
DAndroid.mk239 src/profiling/SocketProfilingConnection.cpp \
DCMakeLists.txt550 src/profiling/SocketProfilingConnection.cpp
551 src/profiling/SocketProfilingConnection.hpp
/external/armnn/src/profiling/test/
DProfilingTests.cpp2102 BOOST_CHECK_THROW(new SocketProfilingConnection(), arm::pipe::SocketConnectionException); in BOOST_AUTO_TEST_CASE()
2109 new SocketProfilingConnection(); in BOOST_AUTO_TEST_CASE()