Home
last modified time | relevance | path

Searched defs:echoPackets (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/profiling/server/src/basePipeServer/
H A DConnectionHandler.cpp49 std::unique_ptr<BasePipeServer> ConnectionHandler::GetNewBasePipeServer(const bool echoPackets) in GetNewBasePipeServer()
/aosp_15_r20/external/armnn/profiling/server/include/basePipeServer/
H A DBasePipeServer.hpp35 BasePipeServer(arm::pipe::Socket clientConnection, bool echoPackets) in BasePipeServer()
/aosp_15_r20/external/armnn/tests/profiling/gatordmock/
H A DGatordMockService.hpp41 GatordMockService(std::unique_ptr<arm::pipe::BasePipeServer> clientConnection, bool echoPackets) in GatordMockService()