HomeSort by relevance Sort by last modified time
    Searched refs:pktType (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc 297 RTCPUtility::RTCPPacketTypes pktType = rtcpParser->Begin();
298 while (pktType != RTCPPacketTypes::kInvalid) {
301 switch (pktType)
370 pktType = rtcpParser->PacketType();
782 RTCPUtility::RTCPPacketTypes pktType = rtcpParser.Iterate();
783 while (pktType == RTCPPacketTypes::kSdesChunk) {
785 pktType = rtcpParser.Iterate();
817 RTCPUtility::RTCPPacketTypes pktType = rtcpParser.Iterate();
818 while (pktType == RTCPPacketTypes::kRtpfbNackItem) {
820 pktType = rtcpParser.Iterate()
    [all...]
  /frameworks/base/libs/common_time/
common_time_server_packets.cpp 81 int16_t pktType = static_cast<int16_t>(packetType);
84 SERIALIZE_INT16(pktType);
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 728 public static DhcpPacket decodeFullPacket(ByteBuffer packet, int pktType) throws ParseException
769 if (pktType == ENCAP_L2) {
789 if (pktType <= ENCAP_L3) {
849 if (pktType > ENCAP_BOOTP || packet.remaining() < MIN_PACKET_LENGTH_BOOTP) {
    [all...]

Completed in 113 milliseconds