Home
last modified time | relevance | path

Searched refs:SHUFFLE (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_current_player_application_setting_value_test.cc33 std::vector<PlayerAttribute> attrs = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST()
61 std::vector<PlayerAttribute> attrs = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST()
Dregister_notification_packet_test.cc124 PlayerAttribute::SHUFFLE, PlayerAttribute::SCAN}; in TEST()
135 std::vector<PlayerAttribute> attrs = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST()
Dlist_player_application_setting_attributes_test.cc30 std::vector<PlayerAttribute> attrs = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST()
Dset_player_application_setting_value_test.cc33 std::vector<PlayerAttribute> attrs = {PlayerAttribute::REPEAT, PlayerAttribute::SHUFFLE}; in TEST()
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DPlayer.java81 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/
Ddevice.cc322 } 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/
Davrcp_common.h152 SHUFFLE = 0x03, enumerator
Davrcp_logging_helper.h245 CASE_RETURN_TEXT(PlayerAttribute::SHUFFLE); in PlayerAttributeText()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc184 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/
Davrcp_service.cc574 } else if (attributes.at(i) == PlayerAttribute::SHUFFLE) { in SendPlayerSettingsChanged()