/system/bt/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 | play_item.h | 66 Scope GetScope() const;
|
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 | get_total_number_of_items.h | 62 Scope GetScope() const;
|
D | get_item_attributes.h | 69 Scope GetScope() const;
|
D | get_folder_items.h | 87 Scope GetScope() const;
|
D | get_folder_items.cc | 232 Scope GetFolderItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetFolderItemsRequest 294 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
|
/system/bt/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()
|
/system/bt/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 | 216 ASSERT_EQ(test_packet->GetScope(), Scope::VFS); in TEST()
|
/system/bt/profile/avrcp/ |
D | device.cc | 711 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope() in HandlePlayItem() 722 switch (pkt->GetScope()) { in HandlePlayItem() 742 pkt->GetScope() == Scope::NOW_PLAYING, media_id); in HandlePlayItem() 817 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope(); in HandleGetFolderItems() 819 switch (pkt->GetScope()) { in HandleGetFolderItems() 837 DEVICE_LOG(ERROR) << __func__ << ": " << pkt->GetScope(); in HandleGetFolderItems() 853 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope(); in HandleGetTotalNumberOfItems() 855 switch (pkt->GetScope()) { in HandleGetTotalNumberOfItems() 874 DEVICE_LOG(ERROR) << __func__ << ": " << pkt->GetScope(); in HandleGetTotalNumberOfItems() 972 DEVICE_VLOG(2) << __func__ << ": scope=" << pkt->GetScope() in HandleGetItemAttributes() [all …]
|