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

  /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()) {
  /external/autotest/server/site_tests/bluetooth_AdapterAudioLink/
bluetooth_AdapterAudioLink.py 42 is_connected = dut_device.device_is_connected(cham_bt_addr)
44 x, is_connected)
46 if not is_connected:
  /external/selinux/libsemanage/src/
handle.c 272 return sh->is_connected;
305 if (sh->is_connected) {
350 sh->is_connected = 1;
373 if (!sh->is_connected) {
380 sh->is_connected = 0;
404 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/tensorflow/tensorflow/compiler/xla/service/
multi_output_fusion.cc 72 if (is_connected(instruction, user)) {
180 if (is_fused(instr) || is_connected(fusion, instr)) {
198 if (instr == fusion || is_fused(instr) || is_connected(fusion, instr)) {
250 if (is_connected(instr1, instr2)) {
multi_output_fusion.h 162 bool is_connected(HloInstruction* instr1, HloInstruction* instr2) { function in class:xla::MultiOutputFusion
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main.cc 41 client_ != NULL && !client_->is_connected()) {
  /external/perfetto/src/ipc/
client_impl.cc 60 if (!sock_->is_connected()) {
127 PERFETTO_CHECK(res || !sock_->is_connected());
host_impl.cc 242 PERFETTO_CHECK(res || !client->sock->is_connected());
client_impl_unittest.cc 185 ASSERT_TRUE(client_sock->is_connected());
  /external/perfetto/src/base/
unix_socket_unittest.cc 89 ASSERT_FALSE(cli->is_connected());
147 ASSERT_TRUE(cli->is_connected());
206 ASSERT_TRUE(cli->is_connected());
292 ASSERT_TRUE(cli->is_connected());
439 ASSERT_TRUE(srv_client_conn->is_connected());
453 ASSERT_FALSE(srv_client_conn->is_connected());
  /external/libchrome/dbus/
bus.h 586 bool is_connected() { return connection_ != nullptr; } function in class:dbus::Bus
exported_object.cc 283 if (!bus_->is_connected())
object_proxy.cc 291 if (bus_->is_connected())
  /external/perfetto/include/perfetto/base/
unix_socket.h 276 bool is_connected() const { return state_ == State::kConnected; } function in class:perfetto::base::UnixSocket
  /external/python/cpython3/Lib/
nntplib.py 363 is_connected = lambda: hasattr(self, "file")
364 if is_connected():
370 if is_connected():
    [all...]
  /external/python/cpython3/Lib/test/
test_nntplib.py 255 def is_connected(): function in function:NetworkedNNTPTestsMixin.test_with_statement
265 self.assertTrue(is_connected())
267 self.assertFalse(is_connected())
271 self.assertFalse(is_connected())
    [all...]

Completed in 5586 milliseconds