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

  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 223 abortNative();
229 // abortNative(), so this lock should immediately acquire
331 private native void abortNative() throws IOException;
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 489 static void abortNative(JNIEnv *env, jobject obj) {
535 {"abortNative", "()V", (void *) abortNative},

Completed in 42 milliseconds