HomeSort by relevance Sort by last modified time
    Searched refs:destroyNative (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 103 /** prevents all native calls after destroyNative() */
240 destroyNative();
352 private native void destroyNative() throws IOException;
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 61 static void destroyNative(JNIEnv *env, jobject obj);
247 destroyNative(env, obj);
536 static void destroyNative(JNIEnv *env, jobject obj) {
567 {"destroyNative", "()V", (void *) destroyNative},

Completed in 531 milliseconds