Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_bluetooth_BluetoothSocket.cpp61 static void destroyNative(JNIEnv *env, jobject obj);
247 destroyNative(env, obj); in connectNative()
536 static void destroyNative(JNIEnv *env, jobject obj) { in destroyNative() function
567 {"destroyNative", "()V", (void *) destroyNative},
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java240 destroyNative(); in close()
352 private native void destroyNative() throws IOException; in destroyNative() method in BluetoothSocket