Home
last modified time | relevance | path

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

/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc615 auto attributes_requested = in GetElementAttributesResponse() local
627 if (attributes_requested.size() != 0) { in GetElementAttributesResponse()
628 for (const auto& attribute : attributes_requested) { in GetElementAttributesResponse()
1043 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesNowPlayingResponse() local
1044 if (attributes_requested.size() != 0) { in GetItemAttributesNowPlayingResponse()
1045 for (const auto& attribute : attributes_requested) { in GetItemAttributesNowPlayingResponse()
1093 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesVFSResponse() local
1095 if (attributes_requested.size() == 0) { in GetItemAttributesVFSResponse()
1098 for (auto& attr : attributes_requested) { in GetItemAttributesVFSResponse()
1106 if (attributes_requested.size() != 0) { in GetItemAttributesVFSResponse()
[all …]