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

  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 317 return availableNative();
348 private native int availableNative() throws IOException;
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 406 static jint availableNative(JNIEnv *env, jobject obj) {
563 {"availableNative", "()I", (void *) availableNative},

Completed in 55 milliseconds