Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DPlayerApplicationSettings.java126 private static int mapAttribIdValtoAvrcpPlayerSetting(byte attribId, byte attribVal) { in mapAttribIdValtoAvrcpPlayerSetting() argument
128 switch (attribVal) { in mapAttribIdValtoAvrcpPlayerSetting()
139 switch (attribVal) { in mapAttribIdValtoAvrcpPlayerSetting()
H A DAvrcpControllerService.java948 byte[] attribIds, byte[] attribVal); in setPlayerApplicationSettingValuesNative() argument