Searched refs:destroyNative (Results 1 – 2 of 2) sorted by relevance
61 static void destroyNative(JNIEnv *env, jobject obj);247 destroyNative(env, obj); in connectNative()536 static void destroyNative(JNIEnv *env, jobject obj) { in destroyNative() function567 {"destroyNative", "()V", (void *) destroyNative},
240 destroyNative(); in close()352 private native void destroyNative() throws IOException; in destroyNative() method in BluetoothSocket