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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 160 static jboolean sendPassThroughCommandNative(JNIEnv *env, jobject object, jbyteArray address,
190 {"sendPassThroughCommandNative", "([BII)Z",
191 (void *) sendPassThroughCommandNative},
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 232 sendPassThroughCommandNative(getByteAddress(device), msg.arg1, msg.arg2);
271 private native boolean sendPassThroughCommandNative(byte[] address, int keyCode, int keyState);
Avrcp.java     [all...]

Completed in 9339 milliseconds