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

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

Completed in 107 milliseconds