Home
last modified time | relevance | path

Searched refs:abortNative (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_bluetooth_BluetoothSocket.cpp60 static void abortNative(JNIEnv *env, jobject obj);
246 abortNative(env, obj); in connectNative()
520 static void abortNative(JNIEnv *env, jobject obj) { in abortNative() function
566 {"abortNative", "()V", (void *) abortNative},
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java230 abortNative(); in close()
351 private native void abortNative() throws IOException; in abortNative() method in BluetoothSocket