OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initSocketNative
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java
148
initSocketNative
();
343
private native void
initSocketNative
() throws IOException;
/frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp
90
static void
initSocketNative
(JNIEnv *env, jobject obj) {
248
initSocketNative
(env, obj);
558
{"
initSocketNative
", "()V", (void*)
initSocketNative
},
Completed in 36 milliseconds