Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java55 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/
DSocketTestUtilities.cpp22 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()