Searched refs:throwErrnoNative (Results 1 – 3 of 3) sorted by relevance
872 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()
357 /*package*/ native void throwErrnoNative(int errno) throws IOException; in throwErrnoNative() method in BluetoothSocket
553 static void throwErrnoNative(JNIEnv *env, jobject obj, jint err) { in throwErrnoNative() function568 {"throwErrnoNative", "(I)V", (void *) throwErrnoNative},