OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throwErrnoNative
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
708
socket.mSocket.
throwErrnoNative
(errno);
765
socket.mSocket.
throwErrnoNative
(errno); // Exception as a result of bindListen()
[
all
...]
BluetoothSocket.java
337
/*package*/ native void
throwErrnoNative
(int errno) throws IOException;
/frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp
522
static void
throwErrnoNative
(JNIEnv *env, jobject obj, jint err) {
537
{"
throwErrnoNative
", "(I)V", (void *)
throwErrnoNative
},
Completed in 1883 milliseconds