Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/avrcp/
Dget_total_number_of_items.cc57 Scope GetTotalNumberOfItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetTotalNumberOfItemsRequest
72 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
Dplay_item.cc49 Scope PlayItemRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::PlayItemRequest
80 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
Dget_item_attributes.cc87 Scope GetItemAttributesRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetItemAttributesRequest
134 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
Dplay_item.h66 Scope GetScope() const;
Dget_total_number_of_items.h62 Scope GetScope() const;
Dget_item_attributes.h89 Scope GetScope() const;
Dget_folder_items.cc237 Scope GetFolderItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetFolderItemsRequest
299 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
Dget_folder_items.h87 Scope GetScope() const;
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc943 log::verbose("scope={} uid={}", pkt->GetScope(), pkt->GetUid()); in HandlePlayItem()
946 switch (pkt->GetScope()) { in HandlePlayItem()
966 pkt->GetScope() == Scope::NOW_PLAYING, media_id); in HandlePlayItem()
1118 log::verbose("scope={}", pkt->GetScope()); in HandleGetFolderItems()
1120 switch (pkt->GetScope()) { in HandleGetFolderItems()
1138 log::error("{}: scope={}", address_, pkt->GetScope()); in HandleGetFolderItems()
1156 log::verbose("scope={}", pkt->GetScope()); in HandleGetTotalNumberOfItems()
1158 switch (pkt->GetScope()) { in HandleGetTotalNumberOfItems()
1177 log::error("{}: scope={}", address_, pkt->GetScope()); in HandleGetTotalNumberOfItems()
1274 log::verbose("scope={} uid=0x{:x} uid counter=0x{:x}", pkt->GetScope(), in HandleGetItemAttributes()
[all …]
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dget_total_number_of_items_req_fuzzer.cc42 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
Dplay_item_packet_fuzzer.cc44 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
Dget_folder_items_req_fuzzer.cc40 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dplay_item_packet_test.cc40 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
Dget_total_number_of_items_packet_test.cc53 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
Dget_item_attributes_packet_test.cc97 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
Dget_folder_items_packet_test.cc231 ASSERT_EQ(test_packet->GetScope(), Scope::VFS); in TEST()