Home
last modified time | relevance | path

Searched refs:ATTRIB_EQUALIZER_STATUS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerClasses.java43 if (attribId == AvrcpControllerConstants.ATTRIB_EQUALIZER_STATUS) { in mapAttribIdValtoAvrcpPlayerSetting()
361 case AvrcpControllerConstants.ATTRIB_EQUALIZER_STATUS: in getSupportedPlayerAppSetting()
379 case AvrcpControllerConstants.ATTRIB_EQUALIZER_STATUS: in getSupportedPlayerAppSetting()
DAvrcpControllerConstants.java94 public static final byte ATTRIB_EQUALIZER_STATUS = 0x01; field in AvrcpControllerConstants
DAvrcpControllerService.java348 attribArray[i++] = AvrcpControllerConstants.ATTRIB_EQUALIZER_STATUS; in setPlayerApplicationSetting()