Home
last modified time | relevance | path

Searched refs:on_connection_changed_cb_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dclient_handler.cpp82 on_connection_changed_cb_(on_connection_changed_cb), in ClientHandler()
217 on_connection_changed_cb_(false); in Close()
231 on_connection_changed_cb_(true); in OnConnectionStateChange()
Dclient_handler.h116 std::function<void(bool)> on_connection_changed_cb_; variable