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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java270 * Currently returns unix errno instead of throwing IOException,
334 * Throws an IOException for given posix errno. Done natively so we can
337 /*package*/ native void throwErrnoNative(int errno) throws IOException; argument

Completed in 47 milliseconds