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

1 2 3

  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 64 if (conductor->connection_active() || client.is_connected()) {
65 while ((conductor->connection_active() || client.is_connected()) &&
peer_connection_client.cc 79 bool PeerConnectionClient::is_connected() const { function in class:PeerConnectionClient
161 ASSERT(is_connected());
163 if (!is_connected() || peer_id == -1)
363 ASSERT(is_connected());
peer_connection_client.h 55 bool is_connected() const;
conductor.cc 342 if (client_->is_connected())
349 if (client_->is_connected())
443 if (client_->is_connected()) {
  /tools/test/connectivity/tools/lab/metrics/
network_metric.py 67 is_connected = self.check_connected(self.ip_list)
68 return {self.CONNECTED: is_connected}
  /system/bt/btif/src/
btif_hf_client.cc 103 bool is_connected(const btif_hf_client_cb_t* cb);
169 if (cb == NULL || !is_connected(cb)) {
188 bool is_connected(const btif_hf_client_cb_t* cb) { function
308 if (is_connected(cb)) return BT_STATUS_BUSY;
360 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL;
390 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL;
409 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL;
431 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL;
454 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL;
484 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL
    [all...]
btif_hf.cc 159 * Function is_connected
162 * is_connected(nullptr) returns TRUE if one of the control
168 static bool is_connected(RawAddress* bd_addr) { function in namespace:bluetooth::headset
613 if (is_connected(bd_addr)) {
765 if (!is_connected(bd_addr)) {
804 if (!is_connected(bd_addr)) {
820 if (!is_connected(bd_addr)) {
844 if (!is_connected(bd_addr)) {
868 if (!is_connected(bd_addr)) {
    [all...]
  /hardware/qcom/display/msm8909/sdm/include/core/
core_interface.h 101 bool is_connected; member in struct:sdm::HWDisplayInterfaceInfo
  /hardware/qcom/display/msm8909w_3100/sdm/include/core/
core_interface.h 101 bool is_connected; member in struct:sdm::HWDisplayInterfaceInfo
  /hardware/qcom/display/msm8996/sdm/include/core/
core_interface.h 100 bool is_connected; member in struct:sdm::HWDisplayInterfaceInfo
  /hardware/qcom/display/msm8998/sdm/include/core/
core_interface.h 101 bool is_connected; member in struct:sdm::HWDisplayInterfaceInfo
  /system/update_engine/update_manager/
real_shill_provider.cc 97 bool is_connected = (default_service_path_.IsValid() && local
99 var_is_connected_.SetValue(is_connected);
102 if (!is_connected) {
  /external/selinux/libsemanage/src/
handle.c 268 return sh->is_connected;
301 if (sh->is_connected) {
346 sh->is_connected = 1;
369 if (!sh->is_connected) {
376 sh->is_connected = 0;
400 if (!sh->is_connected) {
modules.c 114 } else if (!sh->is_connected) {
133 } else if (!sh->is_connected) {
155 } else if (!sh->is_connected) {
204 } else if (!sh->is_connected) {
222 } else if (!sh->is_connected) {
813 } else if (!sh->is_connected) {
837 } else if (!sh->is_connected) {
1081 } else if (!sh->is_connected) {
1101 } else if (!sh->is_connected) {
1118 } else if (!sh->is_connected) {
    [all...]
handle.h 61 int is_connected; member in struct:semanage_handle
  /external/autotest/server/cros/servo/
pd_device.py 37 def is_connected(self): member in class:PDDevice
174 def is_connected(self): member in class:PDConsoleDevice
252 connect = self.is_connected()
362 if self.is_connected() == False:
371 if self.is_connected() == False:
470 connect = self.is_connected()
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main.cc 41 client_ != NULL && !client_->is_connected()) {
  /external/perfetto/src/ipc/
unix_socket_unittest.cc 83 ASSERT_FALSE(cli->is_connected());
141 ASSERT_TRUE(cli->is_connected());
199 ASSERT_TRUE(cli->is_connected());
376 ASSERT_TRUE(cli->is_connected());
413 ASSERT_TRUE(srv_client_conn->is_connected());
427 ASSERT_FALSE(srv_client_conn->is_connected());
unix_socket.h 175 bool is_connected() const { return state_ == State::kConnected; } function in class:perfetto::ipc::UnixSocket
client_impl.cc 59 if (!sock_->is_connected())
124 PERFETTO_CHECK(res || !sock_->is_connected());
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 35 is_connected = _IsBattOrConnected(*args, **kwargs)
36 if is_connected:
40 return is_connected
  /system/bt/stack/btm/
btm_ble_int_types.h 183 bool is_connected; member in struct:__anon2154
  /external/libchrome/dbus/
bus.h 586 bool is_connected() { return connection_ != NULL; } function in class:dbus::Bus
exported_object.cc 284 if (!bus_->is_connected())
  /hardware/libhardware/include/hardware/
hdmi_cec.h 405 * (*is_connected)() returns the connection status of the specified port.
409 int (*is_connected)(const struct hdmi_cec_device* dev, int port_id); member in struct:hdmi_cec_device

Completed in 360 milliseconds

1 2 3