Searched refs:sendGroupNavigationCommandNative (Results 1 – 2 of 2) sorted by relevance
| /packages/apps/Bluetooth/jni/ |
| D | com_android_bluetooth_avrcp_controller.cpp | 551 static jboolean sendGroupNavigationCommandNative(JNIEnv *env, jobject object, jbyteArray address, in sendGroupNavigationCommandNative() function 680 {"sendGroupNavigationCommandNative", "([BII)Z",(void *) sendGroupNavigationCommandNative},
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
| D | AvrcpControllerService.java | 578 sendGroupNavigationCommandNative(getByteAddress(peerDevice), msg.arg1, msg.arg2); in handleMessage() 954 private native boolean sendGroupNavigationCommandNative(byte[] address, int keyCode, in sendGroupNavigationCommandNative() method in AvrcpControllerService
|