HomeSort by relevance Sort by last modified time
    Searched defs:is_connected (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/remoting/protocol/
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
channel_dispatcher_base.h 44 bool is_connected() { return channel() != NULL; } function in class:remoting::protocol::ChannelDispatcherBase
libjingle_transport_factory.cc 67 virtual bool is_connected() const OVERRIDE;
142 DCHECK(!is_connected() || socket_.get() == NULL);
264 bool LibjingleStreamTransport::is_connected() const { function in class:remoting::protocol::__anon14507::LibjingleStreamTransport
353 if (is_connected()) {
379 DCHECK(!is_connected());
386 DCHECK(!is_connected());
  /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/net/udp/
udp_socket_win.h 106 bool is_connected() const { return socket_ != INVALID_SOCKET; } function in class:net::UDPSocketWin
udp_socket_libevent.h 103 bool is_connected() const { return socket_ != kInvalidSocket; } function in class:net::UDPSocketLibevent
  /external/bluetooth/bluedroid/btif/src/
btif_hf_client.c 164 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) function
216 if (is_connected(bd_addr))
249 if (is_connected(bd_addr))
271 if (is_connected(bd_addr))
304 if (is_connected(bd_addr))
    [all...]
btif_hf.c 188 ** Function is_connected
195 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) function
751 if (!is_connected(bd_addr))
785 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
809 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
837 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
861 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
896 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
934 if (is_connected(bd_addr) && (idx != BTIF_HF_INVALID_IDX))
960 if (is_connected(NULL)
    [all...]
  /external/chromium_org/chrome/browser/devtools/device/
devtools_android_bridge.h 168 bool is_connected() { return connected_; } function in class:DevToolsAndroidBridge::RemoteDevice
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_device.h 98 bool is_connected() { return is_connected_; } function in class:AndroidUsbDevice
  /external/chromium_org/chromeos/network/
network_change_notifier_chromeos_unittest.cc 37 bool is_connected; member in struct:chromeos::__anon10685::DefaultNetworkState
131 if (default_network_state.is_connected)
  /external/chromium_org/dbus/
bus.h 591 bool is_connected() { return connection_ != NULL; } function in class:dbus::Bus
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 96 bool PeerConnectionClient::is_connected() const { function in class:PeerConnectionClient
178 ASSERT(is_connected());
180 if (!is_connected() || peer_id == -1)
380 ASSERT(is_connected());
  /external/qemu/android/
adb-server.c 51 int is_connected; member in struct:AdbGuest
242 if (adb_guest != NULL && adb_guest->is_connected) {
496 adb_guest->is_connected = 1;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc 348 bool is_connected = (output_info->connection == RR_Connected); local
349 if (!is_connected) {
  /external/lldb/source/Target/
Platform.cpp 309 const bool is_connected = IsConnected(); local
310 if (is_connected)
312 strm.Printf(" Connected: %s\n", is_connected ? "yes" : "no");
340 const bool is_connected = IsConnected(); local
349 if (is_connected && !m_os_version_set_while_connected)
355 fetch = is_connected;
563 const bool is_connected = IsConnected(); local
572 if (is_connected && !m_system_arch_set_while_connected)
578 fetch = is_connected;
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 201 BOOLEAN is_connected; member in struct:__anon5652
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 609 def is_connected(self): member in class:ServerConnection
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_int.h 196 BOOLEAN is_connected; member in struct:__anon5854
  /hardware/libhardware/include/hardware/
hdmi_cec.h 396 * (*is_connected)() returns the connection status of the specified port.
400 int (*is_connected)(const struct hdmi_cec_device* dev, int port_id); member in struct:hdmi_cec_device
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 487 UINT32 is_connected; member in struct:__anon6011
  /external/libnfc-nci/src/include/
bt_types.h 465 UINT32 is_connected; member in struct:__anon27774

Completed in 706 milliseconds