Searched defs:GetCommandPdu (Results 1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/packet/tests/fuzzers/ | ||
| D | vendor_packet_fuzzer.cc | 36   CommandPdu GetCommandPdu() { return std::get<1>(GetParam()); }  in GetCommandPdu()  function in bluetooth::avrcp::VendorPacketTest | 
| /packages/modules/Bluetooth/system/packet/avrcp/ | ||
| D | vendor_packet.cc | 86 CommandPdu VendorPacket::GetCommandPdu() const {  in GetCommandPdu()  function in bluetooth::avrcp::VendorPacket | 
| /packages/modules/Bluetooth/system/packet/tests/avrcp/ | ||
| D | vendor_packet_test.cc | 86   CommandPdu GetCommandPdu() { return std::get<1>(GetParam()); }  in GetCommandPdu()  function in bluetooth::avrcp::VendorPacketTest |