Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc510 auto attributes_requested = in GetElementAttributesResponse() local
517 if (attributes_requested.size() != 0) { in GetElementAttributesResponse()
518 for (const auto& attribute : attributes_requested) { in GetElementAttributesResponse()
844 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesNowPlayingResponse() local
845 if (attributes_requested.size() != 0) { in GetItemAttributesNowPlayingResponse()
846 for (const auto& attribute : attributes_requested) { in GetItemAttributesNowPlayingResponse()
889 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesVFSResponse() local
891 if (attributes_requested.size() == 0) { in GetItemAttributesVFSResponse()
894 for (auto& attr : attributes_requested) { in GetItemAttributesVFSResponse()
902 if (attributes_requested.size() != 0) { in GetItemAttributesVFSResponse()
[all …]