Home
last modified time | relevance | path

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

/aosp12/system/bt/packet/avrcp/
H A 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()
H A Dplay_item.cc49 Scope PlayItemRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::PlayItemRequest
80 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
H A Dget_item_attributes.cc87 Scope GetItemAttributesRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetItemAttributesRequest
134 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
H A Dplay_item.h66 Scope GetScope() const;
H A Dget_total_number_of_items.h62 Scope GetScope() const;
H A Dget_item_attributes.h69 Scope GetScope() const;
H A Dget_folder_items.cc232 Scope GetFolderItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetFolderItemsRequest
294 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
H A Dget_folder_items.h87 Scope GetScope() const;
/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc716 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope() in HandlePlayItem()
727 switch (pkt->GetScope()) { in HandlePlayItem()
747 pkt->GetScope() == Scope::NOW_PLAYING, media_id); in HandlePlayItem()
822 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope(); in HandleGetFolderItems()
824 switch (pkt->GetScope()) { in HandleGetFolderItems()
842 DEVICE_LOG(ERROR) << __func__ << ": " << pkt->GetScope(); in HandleGetFolderItems()
858 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope(); in HandleGetTotalNumberOfItems()
860 switch (pkt->GetScope()) { in HandleGetTotalNumberOfItems()
879 DEVICE_LOG(ERROR) << __func__ << ": " << pkt->GetScope(); in HandleGetTotalNumberOfItems()
977 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope() in HandleGetItemAttributes()
[all …]
/aosp12/system/bt/packet/tests/fuzzers/
H A Dget_total_number_of_items_req_fuzzer.cc42 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
H A Dplay_item_packet_fuzzer.cc44 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
H A Dget_folder_items_req_fuzzer.cc40 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/packet/tests/avrcp/
H A Dplay_item_packet_test.cc40 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
H A Dget_total_number_of_items_packet_test.cc53 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
H A Dget_item_attributes_packet_test.cc97 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
H A Dget_folder_items_packet_test.cc216 ASSERT_EQ(test_packet->GetScope(), Scope::VFS); in TEST()