Searched refs:acceptThread (Results 1 – 2 of 2) sorted by relevance
268 AcceptThread acceptThread = new AcceptThread(uuid, timeout.intValue()); in bluetoothSocketConnBeginAcceptThreadUuid() local269 acceptThread.start(); in bluetoothSocketConnBeginAcceptThreadUuid()270 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadUuid()295 AcceptThread acceptThread = new AcceptThread(psmValue.intValue(), timeout.intValue(), in bluetoothSocketConnBeginAcceptThreadPsm() local297 acceptThread.start(); in bluetoothSocketConnBeginAcceptThreadPsm()298 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadPsm()
303 acceptThread(jvmtiEnv* jvmti_env, JNIEnv* jni_env, void* arg) in acceptThread() function493 func = &acceptThread; in transport_startTransport()