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.cc62 Scope GetTotalNumberOfItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetTotalNumberOfItemsRequest
79 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
Dplay_item.cc48 Scope PlayItemRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::PlayItemRequest
81 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
Dget_item_attributes.cc92 Scope GetItemAttributesRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetItemAttributesRequest
142 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
Dplay_item.h64 Scope GetScope() const;
Dget_total_number_of_items.h61 Scope GetScope() const;
Dget_item_attributes.h85 Scope GetScope() const;
Dget_folder_items.cc235 Scope GetFolderItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetFolderItemsRequest
305 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
Dget_folder_items.h87 Scope GetScope() const;
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc898 log::verbose("scope={} uid={}", pkt->GetScope(), pkt->GetUid()); in HandlePlayItem()
901 switch (pkt->GetScope()) { in HandlePlayItem()
919 media_interface_->PlayItem(curr_browsed_player_id_, pkt->GetScope() == Scope::NOW_PLAYING, in HandlePlayItem()
1058 log::verbose("scope={}", pkt->GetScope()); in HandleGetFolderItems()
1060 switch (pkt->GetScope()) { in HandleGetFolderItems()
1075 log::error("{}: scope={}", address_, pkt->GetScope()); in HandleGetFolderItems()
1093 log::verbose("scope={}", pkt->GetScope()); in HandleGetTotalNumberOfItems()
1095 switch (pkt->GetScope()) { in HandleGetTotalNumberOfItems()
1113 log::error("{}: scope={}", address_, pkt->GetScope()); in HandleGetTotalNumberOfItems()
1214 log::verbose("scope={} uid=0x{:x} uid counter=0x{:x}", pkt->GetScope(), pkt->GetUid(), in HandleGetItemAttributes()
[all …]
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dget_total_number_of_items_req_fuzzer.cc41 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
Dplay_item_packet_fuzzer.cc44 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
Dget_folder_items_req_fuzzer.cc39 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.cc52 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
Dget_item_attributes_packet_test.cc90 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
Dget_folder_items_packet_test.cc221 ASSERT_EQ(test_packet->GetScope(), Scope::VFS); in TEST()