Home
last modified time | relevance | path

Searched refs:GetPdu (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/packet/avrcp/
Davrcp_browse_packet.cc58 BrowsePdu BrowsePacket::GetPdu() const { in GetPdu() function in bluetooth::avrcp::BrowsePacket
75 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
Davrcp_browse_packet.h69 BrowsePdu GetPdu() const;
Dget_total_number_of_items.cc70 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
Dset_browsed_player.cc96 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
Dchange_path.cc77 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
Dget_item_attributes.cc132 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
Dget_folder_items.cc297 ss << " └ PDU = " << GetPdu() << std::endl; in ToString()
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Davrcp_browse_packet_fuzzer.cc43 test_packet->GetPdu(); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Davrcp_browse_packet_test.cc83 ASSERT_EQ(test_browse_packet->GetPdu(), BrowsePdu::GET_FOLDER_ITEMS); in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc1075 log::verbose("pdu={}", pkt->GetPdu()); in BrowseMessageReceived()
1077 switch (pkt->GetPdu()) { in BrowseMessageReceived()
1098 log::warn("{}: pdu={}", address_, pkt->GetPdu()); in BrowseMessageReceived()