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

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

Completed in 704 milliseconds