Home
last modified time | relevance | path

Searched defs:PDU (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Denhanced_retransmission_mode_rx_engine.cc75 bool IsMpsValid(const PDU&) { in IsMpsValid()
176 ByteBufferPtr Engine::ProcessFrame(const SimpleStartOfSduFrameHeader, PDU) { in ProcessFrame() argument
181 ByteBufferPtr Engine::ProcessFrame(const SimpleSupervisoryFrame sframe, PDU) { in ProcessFrame() argument
253 ByteBufferPtr Engine::ProcessFrame(std::monostate, PDU) { in ProcessFrame() argument
H A Dpdu.cc24 PDU::PDU(PDU&& other) : fragments_(other.ReleaseFragments()) {} in PDU() function in bt::l2cap::PDU
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_messages/
H A DPDU.java40 public class PDU extends Asn1Sequence { class
46 public PDU() { in PDU() method in PDU
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DAppSmsManagerTest.java46 private static final String PDU = field in AppSmsManagerTest
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/
Drfc1905.py50 class PDU(univ.Sequence): class
/aosp_15_r20/external/autotest/server/cros/ap_configurators/
H A Dap_configurator.py14 def __init__(self, PDU): argument