Home
last modified time | relevance | path

Searched defs:SocketClient (Results 1 – 6 of 6) sorted by relevance

/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/
DSocketClient.kt27 class SocketClient(private val viewModel: AppViewModel, private val socket: BluetoothSocket) { class
/external/pigweed/pw_console/py/pw_console/
Dsocket_client.py29 class SocketClient: class
47 on_disconnect: Callable[[SocketClient], None] | None = None,
/external/pigweed/pw_system/py/pw_system/
Dconsole.py507 socket_device: socket_client.SocketClient,
/external/python/cpython2/Lib/multiprocessing/
Dconnection.py297 def SocketClient(address): function
/external/webrtc/rtc_base/
Dthread_unittest.cc78 class SocketClient : public TestGenerator, public sigslot::has_slots<> { class
80 SocketClient(Socket* socket, in SocketClient() function in rtc::__anon911021780111::SocketClient
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py622 def SocketClient(address): function