Searched refs:commands_to_custom_action_servers_ (Results 1 – 2 of 2) sorted by relevance
65 commands_to_custom_action_servers_(commands_to_custom_action_servers), in ConnectionObserverImpl()173 if (commands_to_custom_action_servers_.find(command) != in OnCustomActionButton()174 commands_to_custom_action_servers_.end()) { in OnCustomActionButton()180 WriteAll(commands_to_custom_action_servers_[command], in OnCustomActionButton()357 std::map<std::string, SharedFD> commands_to_custom_action_servers_; member in cuttlefish::ConnectionObserverImpl379 commands_to_custom_action_servers_, weak_display_handler_, in CreateObserver()388 commands_to_custom_action_servers_[command] = custom_action_server_fd; in AddCustomActionServer()
56 commands_to_custom_action_servers_; variable