OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindListenNative
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java
294
return
bindListenNative
();
346
private native int
bindListenNative
();
/frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp
266
static int
bindListenNative
(JNIEnv *env, jobject obj) {
325
LOGV("...
bindListenNative
(%d) success", s->fd);
561
{"
bindListenNative
", "()I", (void *)
bindListenNative
},
Completed in 60 milliseconds