Home
last modified time | relevance | path

Searched defs:sendPassThroughCommandNative (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp729 static jboolean sendPassThroughCommandNative(JNIEnv* env, jobject object, in sendPassThroughCommandNative() function
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java1104 static native boolean sendPassThroughCommandNative(byte[] address, int keyCode, int keyState); in sendPassThroughCommandNative() method in AvrcpControllerService
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java3083 private native boolean sendPassThroughCommandNative(int keyCode, int keyState); in sendPassThroughCommandNative() method in Avrcp