Home
last modified time | relevance | path

Searched refs:clientConnection (Results 1 – 3 of 3) sorted by relevance

/external/armnn/profiling/server/src/basePipeServer/
DConnectionHandler.cpp51 …arm::pipe::Socket clientConnection = arm::pipe::Accept(m_ListeningSocket, nullptr, nullptr, SOCK_C… in GetNewBasePipeServer() local
52 if (clientConnection < 1) in GetNewBasePipeServer()
56 return std::make_unique<BasePipeServer>(clientConnection, echoPackets); in GetNewBasePipeServer()
/external/armnn/profiling/server/include/basePipeServer/
DBasePipeServer.hpp35 BasePipeServer(arm::pipe::Socket clientConnection, bool echoPackets) in BasePipeServer() argument
36 : m_ClientConnection(clientConnection) in BasePipeServer()
/external/armnn/tests/profiling/gatordmock/
DGatordMockService.hpp41 GatordMockService(std::unique_ptr<arm::pipe::BasePipeServer> clientConnection, bool echoPackets) in GatordMockService() argument
42 : m_BasePipeServer(std::move(clientConnection)) in GatordMockService()