Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc762 auto attributes_requested = get_element_attributes_pkt->GetAttributesRequested(); in GetElementAttributesResponse() local
774 if (attributes_requested.size() != 0) { in GetElementAttributesResponse()
775 for (const auto& attribute : attributes_requested) { in GetElementAttributesResponse()
1274 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesNowPlayingResponse() local
1275 if (attributes_requested.size() != 0) { in GetItemAttributesNowPlayingResponse()
1276 for (const auto& attribute : attributes_requested) { in GetItemAttributesNowPlayingResponse()
1325 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesVFSResponse() local
1327 if (attributes_requested.size() == 0) { in GetItemAttributesVFSResponse()
1330 for (auto& attr : attributes_requested) { in GetItemAttributesVFSResponse()
1337 if (attributes_requested.size() != 0) { in GetItemAttributesVFSResponse()
[all …]