Searched refs:AcceptThread (Results 1 – 2 of 2) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothSocketConnFacade.java | 55 private AcceptThread mAcceptThread; 268 AcceptThread acceptThread = new AcceptThread(uuid, timeout.intValue()); in bluetoothSocketConnBeginAcceptThreadUuid() 295 AcceptThread acceptThread = new AcceptThread(psmValue.intValue(), timeout.intValue(), in bluetoothSocketConnBeginAcceptThreadPsm() 761 private class AcceptThread extends Thread { class in BluetoothSocketConnFacade 767 AcceptThread(String uuid, int timeout) { in AcceptThread() method in BluetoothSocketConnFacade.AcceptThread 780 AcceptThread(int psmValue, int timeout, boolean isBle, boolean securedConn) { in AcceptThread() method in BluetoothSocketConnFacade.AcceptThread
|
/external/llvm-project/lldb/unittests/Host/ |
D | SocketTestUtilities.cpp | 22 static void AcceptThread(Socket *listen_socket, bool child_processes_inherit, in AcceptThread() function 43 std::thread accept_thread(AcceptThread, listen_socket_up.get(), in CreateConnectedSockets()
|