/packages/modules/Bluetooth/system/packet/avrcp/ |
D | get_total_number_of_items.cc | 57 Scope GetTotalNumberOfItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetTotalNumberOfItemsRequest 72 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
|
D | play_item.cc | 49 Scope PlayItemRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::PlayItemRequest 80 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
|
D | get_item_attributes.cc | 87 Scope GetItemAttributesRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetItemAttributesRequest 134 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
|
D | play_item.h | 66 Scope GetScope() const;
|
D | get_total_number_of_items.h | 62 Scope GetScope() const;
|
D | get_item_attributes.h | 89 Scope GetScope() const;
|
D | get_folder_items.cc | 237 Scope GetFolderItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetFolderItemsRequest 299 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 | 943 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/ |
D | get_total_number_of_items_req_fuzzer.cc | 42 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
|
D | play_item_packet_fuzzer.cc | 44 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
|
D | get_folder_items_req_fuzzer.cc | 40 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 | 53 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
|
D | get_item_attributes_packet_test.cc | 97 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
|
D | get_folder_items_packet_test.cc | 231 ASSERT_EQ(test_packet->GetScope(), Scope::VFS); in TEST()
|