HomeSort by relevance Sort by last modified time
    Searched refs:writeNative (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 343 return writeNative(b, offset, length);
356 private native int writeNative(byte[] b, int offset, int length) throws IOException;
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 471 static jint writeNative(JNIEnv *env, jobject obj, jbyteArray jb, jint offset,
565 {"writeNative", "([BII)I", (void *) writeNative},

Completed in 300 milliseconds