Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java337 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/
Dandroid_bluetooth_BluetoothSocket.cpp471 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/
DParcel.java387 writeNative(b, offset, len); in writeByteArray()
390 private native void writeNative(byte[] b, int offset, int len); in writeNative() method in Parcel