Searched defs:packet_type (Results 1 - 12 of 12) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp90 const StringExtractorGDBRemote::ServerPacketType packet_type = packet.GetServerPacketType (); local
91 switch (packet_type)
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_doc.py43 def packet_type(self, type_dict): member in class:glx_doc_parameter
209 print ' %-8s %-15s %s' % (s, output.packet_type( self.type_map ), output.name)
224 print ' %-8s %-15s %s' % (s, p.packet_type( self.type_map ), p.name)
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.cc382 uint8_t packet_type,
389 AssignUWord8(buffer, pos, packet_type);
380 CreateHeader( uint8_t count_or_format, uint8_t packet_type, size_t length, uint8_t* buffer, size_t* pos) argument
H A Drtcp_receiver.cc917 RTCPUtility::RTCPPacketTypes packet_type = parser.Iterate(); local
919 while (packet_type == RTCPPacketTypes::kXrDlrrReportBlockItem) {
921 packet_type = parser.Iterate();
H A Drtcp_utility.cc182 switch (header.packet_type) {
442 if ((header.packet_type != PT_SR) && (header.packet_type != PT_RR)) {
492 uint8_t packet_type = packet[1]; local
525 parsed_header->packet_type = packet_type;
1168 RTC_CHECK((header.packet_type == PT_RTPFB) ||
1169 (header.packet_type == PT_PSFB)); // Parser logic check
1189 if (header.packet_type == PT_RTPFB) {
1254 } else if (header.packet_type
[all...]
H A Drtcp_utility.h321 packet_type(0),
331 uint8_t packet_type; member in struct:webrtc::RTCPUtility::RtcpCommonHeader
H A Drtp_rtcp_impl.cc545 int32_t ModuleRtpRtcpImpl::SendRTCP(RTCPPacketType packet_type) { argument
546 return rtcp_sender_.SendRTCP(GetFeedbackState(), packet_type);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.h27 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member in struct:ft_rrb_frame
53 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PULL */ member in struct:ft_r0kh_r1kh_pull_frame
71 u8 packet_type; /* FT_PACKET_R0KH_R1KH_RESP */ member in struct:ft_r0kh_r1kh_resp_frame
91 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PUSH */ member in struct:ft_r0kh_r1kh_push_frame
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h27 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member in struct:ft_rrb_frame
53 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PULL */ member in struct:ft_r0kh_r1kh_pull_frame
71 u8 packet_type; /* FT_PACKET_R0KH_R1KH_RESP */ member in struct:ft_r0kh_r1kh_resp_frame
91 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PUSH */ member in struct:ft_r0kh_r1kh_push_frame
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.h27 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member in struct:ft_rrb_frame
53 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PULL */ member in struct:ft_r0kh_r1kh_pull_frame
71 u8 packet_type; /* FT_PACKET_R0KH_R1KH_RESP */ member in struct:ft_r0kh_r1kh_resp_frame
91 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PUSH */ member in struct:ft_r0kh_r1kh_push_frame
/external/webrtc/webrtc/video/
H A Dvideo_send_stream_tests.cc101 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
102 while (packet_type != RTCPUtility::RTCPPacketTypes::kInvalid) {
103 if (packet_type == RTCPUtility::RTCPPacketTypes::kSdesChunk) {
108 packet_type = parser.Iterate();
1586 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
1587 while (packet_type != RTCPUtility::RTCPPacketTypes::kInvalid) {
1588 if (packet_type == RTCPUtility::RTCPPacketTypes::kSr) {
1598 packet_type = parser.Iterate();
H A Dend_to_end_tests.cc424 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
425 while (packet_type != RTCPUtility::RTCPPacketTypes::kInvalid) {
426 if (packet_type == RTCPUtility::RTCPPacketTypes::kRtpfbNack) {
430 packet_type = parser.Iterate();
959 for (RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
960 packet_type != RTCPUtility::RTCPPacketTypes::kInvalid;
961 packet_type = parser.Iterate()) {
963 EXPECT_NE(packet_type, RTCPUtility::RTCPPacketTypes::kRtpfbNack);
965 if (packet_type == RTCPUtility::RTCPPacketTypes::kPsfbPli) {
1101 RTCPUtility::RTCPPacketTypes packet_type local
1575 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
1741 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
2160 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
2181 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
[all...]

Completed in 274 milliseconds