HomeSort by relevance Sort by last modified time
    Searched refs:acceptNative (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 311 BluetoothSocket acceptedSocket = acceptNative(timeout);
353 private native BluetoothSocket acceptNative(int timeout) throws IOException;
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 333 static jobject acceptNative(JNIEnv *env, jobject obj, int timeout) {
562 {"acceptNative", "(I)Landroid/bluetooth/BluetoothSocket;", (void *) acceptNative},

Completed in 53 milliseconds