Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc610 auto attributes_requested = in GetElementAttributesResponse() local
622 if (attributes_requested.size() != 0) { in GetElementAttributesResponse()
623 for (const auto& attribute : attributes_requested) { in GetElementAttributesResponse()
1038 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesNowPlayingResponse() local
1039 if (attributes_requested.size() != 0) { in GetItemAttributesNowPlayingResponse()
1040 for (const auto& attribute : attributes_requested) { in GetItemAttributesNowPlayingResponse()
1088 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesVFSResponse() local
1090 if (attributes_requested.size() == 0) { in GetItemAttributesVFSResponse()
1093 for (auto& attr : attributes_requested) { in GetItemAttributesVFSResponse()
1101 if (attributes_requested.size() != 0) { in GetItemAttributesVFSResponse()
[all …]