Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc1073 ListItem item_requested; in GetItemAttributesVFSResponse() local
1077 item_requested = temp; in GetItemAttributesVFSResponse()
1082 if (item_requested.type == ListItem::SONG && !HasBipClient()) { in GetItemAttributesVFSResponse()
1083 filter_cover_art(item_requested.song); in GetItemAttributesVFSResponse()
1089 if (item_requested.type == ListItem::FOLDER) { in GetItemAttributesVFSResponse()
1091 builder->AddAttributeEntry(Attribute::TITLE, item_requested.folder.name); in GetItemAttributesVFSResponse()
1096 item_requested.folder.name); in GetItemAttributesVFSResponse()
1103 if (item_requested.song.attributes.find(attribute) != in GetItemAttributesVFSResponse()
1104 item_requested.song.attributes.end()) { in GetItemAttributesVFSResponse()
1106 *item_requested.song.attributes.find(attribute)); in GetItemAttributesVFSResponse()
[all …]