Searched refs:writeNative (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothSocket.java | 337 return writeNative(b, offset, length); in write() 350 private native int writeNative(byte[] b, int offset, int length) throws IOException; in writeNative() method in BluetoothSocket
|
/frameworks/base/core/jni/ |
D | android_bluetooth_BluetoothSocket.cpp | 471 static jint writeNative(JNIEnv *env, jobject obj, jbyteArray jb, jint offset, in writeNative() function 565 {"writeNative", "([BII)I", (void *) writeNative},
|
/frameworks/base/core/java/android/os/ |
D | Parcel.java | 387 writeNative(b, offset, len); in writeByteArray() 390 private native void writeNative(byte[] b, int offset, int len); in writeNative() method in Parcel
|