Searched defs:acceptNative (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java287 return acceptNative(timeout);
327 private native BluetoothSocket acceptNative(int timeout) throws IOException; method in class:BluetoothSocket
H A DScoSocket.java116 if (acceptNative()) {
124 private native boolean acceptNative(); method in class:ScoSocket
/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothSocket.cpp308 static jobject acceptNative(JNIEnv *env, jobject obj, int timeout) { function in namespace:android
531 {"acceptNative", "(I)Landroid/bluetooth/BluetoothSocket;", (void *) acceptNative},
H A Dandroid_bluetooth_ScoSocket.cpp319 static jboolean acceptNative(JNIEnv *env, jobject object) { function in namespace:android
680 {"acceptNative", "()Z", (void *)acceptNative},

Completed in 376 milliseconds