HomeSort by relevance Sort by last modified time
    Searched defs:packet_type (Results 1 - 12 of 12) 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/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/net/pacing/
paced_sender.cc 194 PacketRef PacedSender::PopNextPacket(PacketType* packet_type,
200 *packet_type = i->second.first;
279 PacketType packet_type; local
281 PacketRef packet = PopNextPacket(&packet_type, &packet_key);
285 switch (packet_type) {
  /external/chromium_org/media/cast/net/rtcp/
rtcp.cc 86 uint8 packet_type = packet[1]; local
87 return packet_type >= kPacketTypeLow && packet_type <= kPacketTypeHigh;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receiver.cc 260 InitialDelayManager::PacketType packet_type = local
284 packet_type = InitialDelayManager::kCngPacket;
286 packet_type = InitialDelayManager::kAvtPacket;
306 packet_type = InitialDelayManager::kAudioPacket;
322 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 101 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
102 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
103 if (packet_type == RTCPUtility::kRtcpSdesChunkCode) {
108 packet_type = parser.Iterate();
1526 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
    [all...]
end_to_end_tests.cc 358 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
359 while (packet_type != RTCPUtility::kRtcpNotValidCode) {
360 if (packet_type == RTCPUtility::kRtcpRtpfbNackCode) {
364 packet_type = parser.Iterate();
719 for (RTCPUtility::RTCPPacketTypes packet_type = parser.Begin();
720 packet_type != RTCPUtility::kRtcpNotValidCode;
721 packet_type = parser.Iterate()) {
723 EXPECT_NE(packet_type, RTCPUtility::kRtcpRtpfbNackCode);
725 if (packet_type == RTCPUtility::kRtcpPsfbPliCode) {
859 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin() local
1122 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
1170 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); local
1189 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 580 milliseconds