Searched refs:readNative (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | HeadsetBase.java | 161 String input = readNative(500); in startEventThread() 183 private native String readNative(int timeout_ms); in readNative() method in HeadsetBase
|
D | BluetoothSocket.java | 327 return readNative(b, offset, length); in read() 349 private native int readNative(byte[] b, int offset, int length) throws IOException; in readNative() method in BluetoothSocket
|
/frameworks/base/core/jni/ |
D | android_bluetooth_HeadsetBase.cpp | 516 static jstring readNative(JNIEnv *env, jobject obj, jint timeout_ms) { in readNative() function 558 {"readNative", "(I)Ljava/lang/String;", (void *)readNative},
|
D | android_bluetooth_BluetoothSocket.cpp | 428 static jint readNative(JNIEnv *env, jobject obj, jbyteArray jb, jint offset, in readNative() function 564 {"readNative", "([BII)I", (void *) readNative},
|