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

  /frameworks/base/core/java/android/bluetooth/
HeadsetBase.java 159 String input = readNative(500);
184 private native String readNative(int timeout_ms);
BluetoothSocket.java 307 return readNative(b, offset, length);
329 private native int readNative(byte[] b, int offset, int length) throws IOException;
  /frameworks/base/core/jni/
android_bluetooth_HeadsetBase.cpp 516 static jstring readNative(JNIEnv *env, jobject obj, jint timeout_ms) {
558 {"readNative", "(I)Ljava/lang/String;", (void *)readNative},
android_bluetooth_BluetoothSocket.cpp 403 static jint readNative(JNIEnv *env, jobject obj, jbyteArray jb, jint offset,
533 {"readNative", "([BII)I", (void *) readNative},

Completed in 130 milliseconds