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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java343 return writeNative(b, offset, length);
356 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.cpp471 static jint writeNative(JNIEnv *env, jobject obj, jbyteArray jb, jint offset, function in namespace:android
565 {"writeNative", "([BII)I", (void *) writeNative},

Completed in 147 milliseconds