/packages/modules/Bluetooth/system/packet/avrcp/ |
D | get_total_number_of_items.cc | 62 Scope GetTotalNumberOfItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetTotalNumberOfItemsRequest 79 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
|
D | play_item.cc | 48 Scope PlayItemRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::PlayItemRequest 81 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
|
D | get_item_attributes.cc | 92 Scope GetItemAttributesRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetItemAttributesRequest 142 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
|
D | play_item.h | 64 Scope GetScope() const;
|
D | get_total_number_of_items.h | 61 Scope GetScope() const;
|
D | get_item_attributes.h | 85 Scope GetScope() const;
|
D | get_folder_items.cc | 235 Scope GetFolderItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetFolderItemsRequest 305 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
|
D | get_folder_items.h | 87 Scope GetScope() const;
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | device.cc | 898 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/ |
D | get_total_number_of_items_req_fuzzer.cc | 41 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
|
D | play_item_packet_fuzzer.cc | 44 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
|
D | get_folder_items_req_fuzzer.cc | 39 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
|
/packages/modules/Bluetooth/system/packet/tests/avrcp/ |
D | play_item_packet_test.cc | 40 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
|
D | get_total_number_of_items_packet_test.cc | 52 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
|
D | get_item_attributes_packet_test.cc | 90 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
|
D | get_folder_items_packet_test.cc | 221 ASSERT_EQ(test_packet->GetScope(), Scope::VFS); in TEST()
|