Searched refs:FOLDER (Results 1 – 5 of 5) sorted by relevance
/system/bt/include/hardware/avrcp/ |
D | avrcp_common.h | 297 enum : uint8_t { PLAYER = 0x01, FOLDER = 0x02, SONG = 0x03 } type_; enumerator 307 MediaListItem(FolderItem item) : type_(FOLDER), folder_(item) {} in MediaListItem() 317 case FOLDER: in MediaListItem() 331 case FOLDER: in ~MediaListItem() 344 case FOLDER: in size()
|
D | avrcp.h | 65 FOLDER, enumerator
|
/system/bt/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 682 {ListItem::FOLDER, {"id1", true, "folder1"}, SongInfo()}, in TEST_F() 683 {ListItem::FOLDER, {"id2", true, "folder2"}, SongInfo()}, in TEST_F() 786 ListItem item = {ListItem::FOLDER, info, SongInfo()}; in TEST_F() 828 ListItem item0 = {ListItem::FOLDER, info0, SongInfo()}; in TEST_F() 829 ListItem item1 = {ListItem::FOLDER, info1, SongInfo()}; in TEST_F() 830 ListItem item2 = {ListItem::FOLDER, info2, SongInfo()}; in TEST_F() 831 ListItem item3 = {ListItem::FOLDER, small_info, SongInfo()}; in TEST_F() 852 ListItem item0 = {ListItem::FOLDER, info0, SongInfo()}; in TEST_F() 853 ListItem item1 = {ListItem::FOLDER, info1, SongInfo()}; in TEST_F() 862 ListItem item2 = {ListItem::FOLDER, info2, SongInfo()}; in TEST_F() [all …]
|
/system/bt/profile/avrcp/ |
D | device.cc | 1038 if ((temp.type == ListItem::FOLDER && temp.folder.media_id == media_id) || in GetItemAttributesVFSResponse() 1047 if (item_requested.type == ListItem::FOLDER) { in GetItemAttributesVFSResponse() 1141 if (item.type == ListItem::FOLDER) { in GetVFSListResponse() 1155 if (items[i].type == ListItem::FOLDER) { in GetVFSListResponse()
|
/system/bt/packet/avrcp/ |
D | get_folder_items.cc | 130 case MediaListItem::FOLDER: in PushMediaListItem()
|