Searched defs:writeNative (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_bluetooth_BluetoothSocket.cpp471 static jint writeNative(JNIEnv *env, jobject obj, jbyteArray jb, jint offset, function in namespace:android
565 {"writeNative", "([BII)I", (void *) writeNative},
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java337 return writeNative(b, offset, length);
350 private native int writeNative(byte[] b, int offset, int length) throws IOException; method in class:BluetoothSocket
/frameworks/base/core/java/android/os/
H A DParcel.java387 writeNative(b, offset, len);
390 private native void writeNative(byte[] b, int offset, int len); method in class:Parcel

Completed in 46 milliseconds