HomeSort by relevance Sort by last modified time
    Searched refs:is_connected (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/remoting/protocol/
video_reader.h 37 virtual bool is_connected() = 0;
video_writer.h 40 virtual bool is_connected() = 0;
channel_dispatcher_base.h 44 bool is_connected() { return channel() != NULL; } function in class:remoting::protocol::ChannelDispatcherBase
protobuf_video_reader.h 32 virtual bool is_connected() OVERRIDE;
protobuf_video_writer.h 35 virtual bool is_connected() OVERRIDE;
connection_to_client.cc 183 if (!control_dispatcher_.get() || !control_dispatcher_->is_connected())
185 if (!event_dispatcher_.get() || !event_dispatcher_->is_connected())
187 if (!video_writer_.get() || !video_writer_->is_connected())
189 if ((!audio_writer_.get() || !audio_writer_->is_connected()) &&
connection_to_host.cc 245 if (!control_dispatcher_.get() || !control_dispatcher_->is_connected())
247 if (!event_dispatcher_.get() || !event_dispatcher_->is_connected())
249 if (!video_reader_.get() || !video_reader_->is_connected())
251 if ((!audio_reader_.get() || !audio_reader_->is_connected()) &&
protobuf_video_reader.cc 40 bool ProtobufVideoReader::is_connected() { function in class:remoting::protocol::ProtobufVideoReader
protobuf_video_writer.cc 60 bool ProtobufVideoWriter::is_connected() { function in class:remoting::protocol::ProtobufVideoWriter
transport.h 116 virtual bool is_connected() const = 0;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.cc 161 bool is_connected = network_state_helper_->IsConnected();
162 if (is_connected)
166 if (is_connected) {
176 bool is_connected = network_state_helper_->IsConnected(); local
177 if (is_connected && continue_pressed_) {
188 actor_->EnableContinue(is_connected);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main.cc 61 if (conductor->connection_active() || client.is_connected()) {
62 while ((conductor->connection_active() || client.is_connected()) &&
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.cc 49 if (!process_control_->is_connected()) {
63 if (!process_control_->is_connected()) {
setup_flow_start_host_step.cc 52 if (!process_control_ || !process_control_->is_connected()) {
  /external/chromium/chrome/browser/chromeos/login/
network_screen.cc 152 bool is_connected = network && network->Connected(); local
154 if (!is_connected &&
194 bool is_connected = network && network->Connected(); local
195 if (is_connected && continue_pressed_) {
205 view()->EnableContinue(is_connected);
  /external/chromium/chrome/browser/service/
service_process_control_browsertest.cc 115 EXPECT_TRUE(process()->is_connected());
135 EXPECT_TRUE(process()->is_connected());
140 EXPECT_TRUE(process()->is_connected());
217 EXPECT_TRUE(process()->is_connected());
228 EXPECT_TRUE(process()->is_connected());
  /external/chromium/chrome/browser/chromeos/
network_state_notifier.h 58 static bool is_connected() { function in class:chromeos::NetworkStateNotifier
  /external/chromium_org/chrome/browser/devtools/
android_device.h 23 AndroidDevice(const std::string& serial, bool is_connected);
37 bool is_connected() { return is_connected_; } function in class:AndroidDevice
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 143 ** Function is_connected
150 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) function
513 if (!is_connected(bd_addr))
545 if (is_connected(bd_addr))
567 if (is_connected(bd_addr))
593 if (is_connected(bd_addr))
614 if (is_connected(NULL))
647 if (is_connected(NULL))
682 if (is_connected(NULL))
708 if (is_connected(NULL)
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc 148 DCHECK(process_control->is_connected());
159 DCHECK(process_control->is_connected());
168 DCHECK(process_control->is_connected());
  /external/chromium_org/chrome/browser/extensions/api/socket/
tcp_socket.h 28 bool is_connected = false);
61 bool is_connected = false);
107 bool is_connected);
tcp_socket.cc 49 bool is_connected)
53 this->is_connected_ = is_connected;
67 bool is_connected) {
68 return new TCPSocket(tcp_client_socket, owner_extension_id, is_connected);
318 bool is_connected)
319 : TCPSocket(tcp_client_socket, owner_extension_id, is_connected),
  /external/chromium_org/net/udp/
udp_socket_libevent.cc 94 if (!is_connected())
122 if (!is_connected())
142 if (!is_connected())
256 DCHECK(!is_connected());
299 DCHECK(!is_connected());
336 DCHECK(!is_connected());
343 DCHECK(!is_connected());
632 if (!is_connected())
679 if (!is_connected())
715 if (is_connected())
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main.cc 57 client_ != NULL && !client_->is_connected()) {
  /external/chromium/net/udp/
udp_socket_libevent.cc 57 if (!is_connected())
84 if (!is_connected())
106 if (!is_connected())
210 DCHECK(!is_connected());
231 DCHECK(!is_connected());

Completed in 1538 milliseconds

1 2 3