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 297 return availableNative();
328 private native int availableNative() throws IOException;
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 381 static jint availableNative(JNIEnv *env, jobject obj) {
532 {"availableNative", "()I", (void *) availableNative},

Completed in 32 milliseconds