Searched defs:abortNative (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothSocket.cpp60 static void abortNative(JNIEnv *env, jobject obj);
246 abortNative(env, obj);
520 static void abortNative(JNIEnv *env, jobject obj) { function in namespace:android
566 {"abortNative", "()V", (void *) abortNative},
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java230 abortNative();
236 // abortNative(), so this lock should immediately acquire
351 private native void abortNative() throws IOException; method in class:BluetoothSocket

Completed in 346 milliseconds