Searched refs:attribVals (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerNativeInterface.java | 177 void onTrackChanged(byte[] address, byte numAttributes, int[] attributes, String[] attribVals) { in onTrackChanged() argument 181 mAvrcpController.onTrackChanged(device, numAttributes, attributes, attribVals); in onTrackChanged()
|
D | AvrcpControllerService.java | 533 BluetoothDevice device, byte numAttributes, int[] attributes, String[] attribVals) { in onTrackChanged() argument 537 aib.fromAvrcpAttributeArray(attributes, attribVals); in onTrackChanged()
|