Searched defs:availableNative (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothSocket.cpp406 static jint availableNative(JNIEnv *env, jobject obj) { function in namespace:android
563 {"availableNative", "()I", (void *) availableNative},
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java317 return availableNative();
348 private native int availableNative() throws IOException; method in class:BluetoothSocket

Completed in 185 milliseconds