Searched defs:readNative (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DHeadsetBase.java161 String input = readNative(500);
183 private native String readNative(int timeout_ms); method in class:HeadsetBase
H A DBluetoothSocket.java327 return readNative(b, offset, length);
349 private native int readNative(byte[] b, int offset, int length) throws IOException; method in class:BluetoothSocket
/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothSocket.cpp428 static jint readNative(JNIEnv *env, jobject obj, jbyteArray jb, jint offset, function in namespace:android
564 {"readNative", "([BII)I", (void *) readNative},
H A Dandroid_bluetooth_HeadsetBase.cpp516 static jstring readNative(JNIEnv *env, jobject obj, jint timeout_ms) { function in namespace:android
558 {"readNative", "(I)Ljava/lang/String;", (void *)readNative},

Completed in 130 milliseconds