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

/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothSocket.cpp61 static void destroyNative(JNIEnv *env, jobject obj);
247 destroyNative(env, obj);
536 static void destroyNative(JNIEnv *env, jobject obj) { function in namespace:android
567 {"destroyNative", "()V", (void *) destroyNative},
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java103 /** prevents all native calls after destroyNative() */
240 destroyNative();
352 private native void destroyNative() throws IOException; method in class:BluetoothSocket

Completed in 38 milliseconds