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.java267 AcceptThread acceptThread = new AcceptThread(uuid, timeout.intValue()); in bluetoothSocketConnBeginAcceptThreadUuid() local
268 acceptThread.start(); in bluetoothSocketConnBeginAcceptThreadUuid()
269 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadUuid()
294 AcceptThread acceptThread = new AcceptThread(psmValue.intValue(), timeout.intValue(), in bluetoothSocketConnBeginAcceptThreadPsm() local
296 acceptThread.start(); in bluetoothSocketConnBeginAcceptThreadPsm()
297 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadPsm()
/external/oj-libjdwp/src/share/back/
Dtransport.c303 acceptThread(jvmtiEnv* jvmti_env, JNIEnv* jni_env, void* arg) in acceptThread() function
493 func = &acceptThread; in transport_startTransport()