OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acceptNative
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
ScoSocket.java
116
if (
acceptNative
()) {
124
private native boolean
acceptNative
();
BluetoothSocket.java
287
return
acceptNative
(timeout);
327
private native BluetoothSocket
acceptNative
(int timeout) throws IOException;
/frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp
308
static jobject
acceptNative
(JNIEnv *env, jobject obj, int timeout) {
531
{"
acceptNative
", "(I)Landroid/bluetooth/BluetoothSocket;", (void *)
acceptNative
},
android_bluetooth_ScoSocket.cpp
319
static jboolean
acceptNative
(JNIEnv *env, jobject object) {
680
{"
acceptNative
", "()Z", (void *)
acceptNative
},
Completed in 446 milliseconds