Home
last modified time | relevance | path

Searched refs:sendPassThroughCommandNative (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java68 return sendPassThroughCommandNative(address, keyCode, keyState); in sendPassThroughCommand()
380 private native boolean sendPassThroughCommandNative(byte[] address, int keyCode, int keyState); in sendPassThroughCommandNative() method in AvrcpControllerNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp800 static jboolean sendPassThroughCommandNative(JNIEnv* env, jobject /* object */, in sendPassThroughCommandNative() function
1171 (void*)sendPassThroughCommandNative}, in register_com_android_bluetooth_avrcp_controller()