Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp109 commands_to_custom_action_servers_(commands_to_custom_action_servers), in ConnectionObserverForAndroid()
304 } else if (commands_to_custom_action_servers_.find(command) != in OnControlMessage()
305 commands_to_custom_action_servers_.end()) { in OnControlMessage()
311 cuttlefish::WriteAll(commands_to_custom_action_servers_[command], in OnControlMessage()
340 std::map<std::string, cuttlefish::SharedFD> commands_to_custom_action_servers_; member in cuttlefish::ConnectionObserverForAndroid
453 commands_to_custom_action_servers_, in CreateObserver()
462 commands_to_custom_action_servers_[command] = custom_action_server_fd; in AddCustomActionServer()
Dconnection_observer.h60 commands_to_custom_action_servers_; variable