HomeSort by relevance Sort by last modified time
    Searched defs:packet_type (Results 1 - 15 of 15) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 90 const StringExtractorGDBRemote::ServerPacketType packet_type = packet.GetServerPacketType (); local
91 switch (packet_type)
  /external/chromium_org/media/cast/framer/
framer.cc 37 PacketType packet_type = frame_id_map_.InsertPacket(rtp_header); local
38 if (packet_type == kTooOldPacket) {
41 if (packet_type == kDuplicatePacket) {
61 return packet_type == kNewPacketCompletingFrame;
cast_message_builder_unittest.cc 113 PacketType packet_type = frame_id_map_.InsertPacket(rtp_header_); local
114 if (packet_type == kNewPacketCompletingFrame) {
frame_id_map.cc 87 PacketType packet_type; local
97 packet_type = retval.first->second->InsertPacket(rtp_header.packet_id);
100 packet_type = it->second->InsertPacket(rtp_header.packet_id);
102 return packet_type;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_doc.py 43 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/mesa3d/src/mapi/glapi/gen/
glX_doc.py 43 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/chromium_org/media/cast/transport/pacing/
paced_sender.cc 122 PacketRef PacedSender::GetNextPacket(PacketType* packet_type,
127 *packet_type = i->second.first;
200 PacketType packet_type; local
202 PacketRef packet = GetNextPacket(&packet_type, &packet_key);
206 switch (packet_type) {
  /external/chromium_org/media/cast/rtcp/
rtcp_receiver.cc 373 RtcpFieldTypes packet_type = rtcp_parser->Iterate(); local
374 switch (packet_type) {
376 packet_type = rtcp_parser->Iterate();
377 if (packet_type == kRtcpPayloadSpecificRembItemCode) {
383 packet_type = rtcp_parser->Iterate();
384 if (packet_type == kRtcpPayloadSpecificCastCode) {
498 RtcpFieldTypes packet_type = rtcp_parser->Iterate(); local
499 while (packet_type == kRtcpPayloadSpecificCastNackItemCode) {
503 packet_type = rtcp_parser->Iterate();
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receiver.cc 267 InitialDelayManager::PacketType packet_type = local
291 packet_type = InitialDelayManager::kCngPacket;
293 packet_type = InitialDelayManager::kAvtPacket;
313 packet_type = InitialDelayManager::kAudioPacket;
329 rtp_header, receive_timestamp, packet_type, new_codec, sample_rate_hz,
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java 641 final int packet_type = header.getInt(); local
645 switch (packet_type) {
684 Loge("Unknown packet type " + packet_type + " in Channel "
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc 929 RTCPUtility::RTCPPacketTypes packet_type = parser.Iterate(); local
931 while (packet_type == RTCPUtility::kRtcpXrDlrrReportBlockItemCode) {
933 packet_type = parser.Iterate();
    [all...]
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 247 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
248 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
249 if (packet_type == RTCPUtility::kRtcpSdesChunkCode) {
254 packet_type = parser.Iterate();
    [all...]
call_tests.cc 209 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); variable
210 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
211 if (packet_type == RTCPUtility::kRtcpRtpfbNackCode) {
215 packet_type = parser.Iterate();
775 for (RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
776 packet_type != RTCPUtility::kRtcpNotValidCode;
777 packet_type = parser.Iterate()) {
779 EXPECT_NE(packet_type, RTCPUtility::kRtcpRtpfbNackCode);
781 if (packet_type == RTCPUtility::kRtcpPsfbPliCode) {
926 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin() local
1193 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
1249 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
1268 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 24 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member in struct:ft_rrb_frame
49 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PULL */ member in struct:ft_r0kh_r1kh_pull_frame
63 u8 packet_type; /* FT_PACKET_R0KH_R1KH_RESP */ member in struct:ft_r0kh_r1kh_resp_frame
79 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PUSH */ member in struct:ft_r0kh_r1kh_push_frame
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 164 uint8 packet_type; member in struct:eflush_cmd_parms

Completed in 576 milliseconds