OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readNative
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
HeadsetBase.java
161
String input =
readNative
(500);
183
private native String
readNative
(int timeout_ms);
BluetoothSocket.java
327
return
readNative
(b, offset, length);
349
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
428
static jint
readNative
(JNIEnv *env, jobject obj, jbyteArray jb, jint offset,
564
{"
readNative
", "([BII)I", (void *)
readNative
},
Completed in 263 milliseconds