Searched refs:SHUFFLE (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/packet/tests/avrcp/ |
D | get_current_player_application_setting_value_test.cc | 33 std::vector<PlayerAttribute> attrs = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST() 61 std::vector<PlayerAttribute> attrs = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST()
|
D | register_notification_packet_test.cc | 124 PlayerAttribute::SHUFFLE, PlayerAttribute::SCAN}; in TEST() 135 std::vector<PlayerAttribute> attrs = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST()
|
D | list_player_application_setting_attributes_test.cc | 30 std::vector<PlayerAttribute> attrs = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST()
|
D | set_player_application_setting_value_test.cc | 33 std::vector<PlayerAttribute> attrs = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST()
|
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/ |
D | Player.java | 81 private static final String SHUFFLE = "android.car.media.localmediaplayer.shuffle"; field in Player 108 mShuffle = new CustomAction.Builder(SHUFFLE, context.getString(R.string.shuffle), in Player() 614 case SHUFFLE: in onCustomAction()
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | device.cc | 322 } else if (attributes[i] == PlayerAttribute::SHUFFLE) { in VendorPacketHandler() 435 PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE, in HandleNotification() 969 } else if (attribute == PlayerAttribute::SHUFFLE) { in ListPlayerApplicationSettingValuesResponse() 989 } else if (attributes[i] == PlayerAttribute::SHUFFLE) { in GetPlayerApplicationSettingValueResponse() 1636 if (attributes[i] == PlayerAttribute::SHUFFLE) { in HandlePlayerSettingChanged() 1656 if (attributes[i] == PlayerAttribute::SHUFFLE) { in PlayerSettingChangedNotificationResponse()
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_common.h | 152 SHUFFLE = 0x03, enumerator
|
D | avrcp_logging_helper.h | 245 CASE_RETURN_TEXT(PlayerAttribute::SHUFFLE); in PlayerAttributeText()
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 184 std::vector<PlayerAttribute> attributes = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST_F() 1488 std::vector<PlayerAttribute> attributes = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST_F() 1597 std::vector<PlayerAttribute> attributes = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST_F() 1669 std::vector<PlayerAttribute> attributes = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST_F()
|
/packages/modules/Bluetooth/system/btif/avrcp/ |
D | avrcp_service.cc | 574 } else if (attributes.at(i) == PlayerAttribute::SHUFFLE) { in SendPlayerSettingsChanged()
|