Home
last modified time | relevance | path

Searched refs:setPlayerApplicationSettingValuesNative (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java695 mService.setPlayerApplicationSettingValuesNative(mDeviceAddress, (byte) 1, in setRepeat()
702 mService.setPlayerApplicationSettingValuesNative(mDeviceAddress, (byte) 1, in setShuffle()
DAvrcpControllerService.java833 public native void setPlayerApplicationSettingValuesNative(byte[] address, byte numAttrib, in setPlayerApplicationSettingValuesNative() method in AvrcpControllerService
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java449 .setPlayerApplicationSettingValuesNative( in testShuffle()
468 .setPlayerApplicationSettingValuesNative( in testRepeat()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp993 static void setPlayerApplicationSettingValuesNative(JNIEnv* env, jobject object, in setPlayerApplicationSettingValuesNative() function
1296 (void*)setPlayerApplicationSettingValuesNative},