Home
last modified time | relevance | path

Searched defs:is_connected (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/ipc/
Dunix_socket.h175 bool is_connected() const { return state_ == State::kConnected; } in is_connected() function
/external/autotest/server/cros/servo/
Dpd_device.py37 def is_connected(self): member in PDDevice
174 def is_connected(self): member in PDConsoleDevice
/external/libchrome/dbus/
Dbus.h586 bool is_connected() { return connection_ != NULL; } in is_connected() function
/external/webrtc/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc79 bool PeerConnectionClient::is_connected() const { in is_connected() function in PeerConnectionClient
/external/selinux/libsemanage/src/
Dhandle.h61 int is_connected; member
/external/python/cpython3/Lib/
Dnntplib.py363 is_connected = lambda: hasattr(self, "file") function
/external/python/cpython3/Lib/test/
Dtest_nntplib.py255 def is_connected(): function
/external/devlib/devlib/
Dtarget.py67 def is_connected(self): member in Target