Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
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()
Dplay_item.cc49 Scope PlayItemRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::PlayItemRequest
80 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
Dplay_item.h66 Scope GetScope() const;
Dget_item_attributes.cc87 Scope GetItemAttributesRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetItemAttributesRequest
134 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
Dget_total_number_of_items.h62 Scope GetScope() const;
Dget_item_attributes.h69 Scope GetScope() const;
Dget_folder_items.h87 Scope GetScope() const;
Dget_folder_items.cc232 Scope GetFolderItemsRequest::GetScope() const { in GetScope() function in bluetooth::avrcp::GetFolderItemsRequest
294 ss << " └ Scope = " << GetScope() << std::endl; in ToString()
/system/bt/packet/tests/fuzzers/
Dget_total_number_of_items_req_fuzzer.cc42 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
Dplay_item_packet_fuzzer.cc44 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
Dget_folder_items_req_fuzzer.cc40 test_packet->GetScope(); in LLVMFuzzerTestOneInput()
/system/bt/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.cc53 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
Dget_item_attributes_packet_test.cc97 ASSERT_EQ(test_packet->GetScope(), Scope::NOW_PLAYING); in TEST()
Dget_folder_items_packet_test.cc216 ASSERT_EQ(test_packet->GetScope(), Scope::VFS); in TEST()
/system/bt/profile/avrcp/
Ddevice.cc711 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 …]