Home
last modified time | relevance | path

Searched refs:throwErrnoNative (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java872 socket.mSocket.throwErrnoNative(errno); in listenUsingRfcommOn()
1003 socket.mSocket.throwErrnoNative(errno); // Exception as a result of bindListen() in createNewRfcommSocketAndRecord()
1053 socket.mSocket.throwErrnoNative(errno); in listenUsingInsecureRfcommOn()
1075 socket.mSocket.throwErrnoNative(errno); in listenUsingEncryptedRfcommOn()
1096 socket.mSocket.throwErrnoNative(errno); in listenUsingScoOn()
DBluetoothSocket.java357 /*package*/ native void throwErrnoNative(int errno) throws IOException; in throwErrnoNative() method in BluetoothSocket
/frameworks/base/core/jni/
Dandroid_bluetooth_BluetoothSocket.cpp553 static void throwErrnoNative(JNIEnv *env, jobject obj, jint err) { in throwErrnoNative() function
568 {"throwErrnoNative", "(I)V", (void *) throwErrnoNative},