Searched defs:throwErrnoNative (Results 1 – 2 of 2) sorted by relevance
363 /*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() function