Searched refs:send_to_client_ (Results 1 – 4 of 4) sorted by relevance
60 mParent->send_to_client_(data, size); in processClientRequest()67 mParent->send_to_client_(nullptr /* data */, 0 /* size */); in onDisconnect()79 : mRunLoop(runLoop), mSocket(-1), send_to_client_(send_to_client) { in AdbHandler()
46 std::function<void(const uint8_t *, size_t)> send_to_client_; member
278 send_to_client_(send_to_client_cb), in ClientHandler()325 send_to_client_(reply); in LogAndReplyError()346 send_to_client_(reply); in OnCreateSDPSuccess()502 send_to_client_(reply); in OnIceCandidate()
131 std::function<void(const Json::Value&)> send_to_client_; variable