Searched refs:acceptThread (Results 1 – 2 of 2) sorted by relevance
267 AcceptThread acceptThread = new AcceptThread(uuid, timeout.intValue()); in bluetoothSocketConnBeginAcceptThreadUuid() local268 acceptThread.start(); in bluetoothSocketConnBeginAcceptThreadUuid()269 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadUuid()294 AcceptThread acceptThread = new AcceptThread(psmValue.intValue(), timeout.intValue(), in bluetoothSocketConnBeginAcceptThreadPsm() local296 acceptThread.start(); in bluetoothSocketConnBeginAcceptThreadPsm()297 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadPsm()
303 acceptThread(jvmtiEnv* jvmti_env, JNIEnv* jni_env, void* arg) in acceptThread() function493 func = &acceptThread; in transport_startTransport()