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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java97 /** prevents all native calls after destroyNative() */
233 destroyNative();
332 private native void destroyNative() throws IOException; method in class:BluetoothSocket
H A DScoSocket.java78 destroyNative();
84 private native void destroyNative(); method in class:ScoSocket
/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothSocket.cpp505 static void destroyNative(JNIEnv *env, jobject obj) { function in namespace:android
536 {"destroyNative", "()V", (void *) destroyNative},
H A Dandroid_bluetooth_ScoSocket.cpp301 static void destroyNative(JNIEnv* env, jobject object) { function in namespace:android
678 {"destroyNative", "()V", (void *)destroyNative},

Completed in 69 milliseconds