Home
last modified time | relevance | path

Searched refs:serverThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/CompanionDeviceMultiDeviceTests/client/src/android/companion/multidevices/bluetooth/
DBluetoothConnector.kt73 val serverThread: BluetoothServerThread in attachServerSocket() constant
75 serverThread = serverThreads[associationId]!! in attachServerSocket()
77 serverThread = BluetoothServerThread(associationId) in attachServerSocket()
78 serverThreads += associationId to serverThread in attachServerSocket()
82 if (!serverThread.isOpen) { in attachServerSocket()
83 serverThread.start() in attachServerSocket()
/frameworks/native/libs/binder/tests/rpc_fuzzer/
Dmain.cpp129 std::thread serverThread([=] { (void)server->join(); }); in LLVMFuzzerTestOneInput() local
183 serverThread.join(); in LLVMFuzzerTestOneInput()