HomeSort by relevance Sort by last modified time
    Searched defs:throwErrnoNative (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 553 static void throwErrnoNative(JNIEnv *env, jobject obj, jint err) {
568 {"throwErrnoNative", "(I)V", (void *) throwErrnoNative},
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 363 /*package*/ native void throwErrnoNative(int errno) throws IOException;

Completed in 52 milliseconds