OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroyNative
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
ScoSocket.java
78
destroyNative
();
84
private native void
destroyNative
();
BluetoothSocket.java
97
/** prevents all native calls after
destroyNative
() */
233
destroyNative
();
332
private native void
destroyNative
() throws IOException;
/frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp
505
static void
destroyNative
(JNIEnv *env, jobject obj) {
536
{"
destroyNative
", "()V", (void *)
destroyNative
},
android_bluetooth_ScoSocket.cpp
301
static void
destroyNative
(JNIEnv* env, jobject object) {
678
{"
destroyNative
", "()V", (void *)
destroyNative
},
Completed in 1843 milliseconds