Searched refs:sendFrame (Results 1 – 3 of 3) sorted by relevance
46 bool sendFrame(std::unique_ptr<Frame> frame);
256 mRemoteConnection.sendFrame(std::move(frame)); in forwardFrame()
250 bool RemoteConnection::sendFrame(std::unique_ptr<Frame> frame) { in sendFrame() function in RemoteConnection