/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPAssembler.cpp | 123 const List<sp<ABuffer> > &packets) { in MakeCompoundFromPackets() 125 for (List<sp<ABuffer> >::const_iterator it = packets.begin(); in MakeCompoundFromPackets() 126 it != packets.end(); ++it) { in MakeCompoundFromPackets() 132 for (List<sp<ABuffer> >::const_iterator it = packets.begin(); in MakeCompoundFromPackets() 133 it != packets.end(); ++it) { in MakeCompoundFromPackets() 139 CopyTimes(accessUnit, *packets.begin()); in MakeCompoundFromPackets()
|
/frameworks/base/tests/net/res/raw/ |
D | net_dev_typical | 2 …face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo c…
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 12 # Radio restart - timed out with no incoming packets. 15 # PDP context reset - timed out with no incoming packets. 18 # Reregister to data network - timed out with no incoming packets.
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatterySipper.java | 165 long packets = mobileRxPackets + mobileTxPackets; in computeMobilemspp() local 166 mobilemspp = packets > 0 ? (mobileActive / (double) packets) : 0; in computeMobilemspp()
|
/frameworks/base/services/net/java/android/net/ip/ |
D | IpClientUtil.java | 181 public void onPreconnectionStart(List<Layer2PacketParcelable> packets) { in onPreconnectionStart() argument 182 mCb.onPreconnectionStart(packets); in onPreconnectionStart()
|
D | IpClientCallbacks.java | 134 public void onPreconnectionStart(List<Layer2PacketParcelable> packets) {} in onPreconnectionStart() argument
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 389 // The total number of packets processed by the APF interpreter. 393 // The total number of packets dropped by the APF interpreter. 490 // Represents statistics from NFLOG wakeup events due to ingress packets. 498 // The total number of ingress packets waking up the device. 501 // The total number of wakeup packets routed to a socket belonging to 505 // The total number of wakeup packets routed to a socket belonging to 509 // The total number of wakeup packets routed to a socket belonging to 513 // The total number of wakeup packets routed to a socket belonging to another 518 // The total number of wakeup packets with no associated socket or uid. 521 // Counts of all different ethertype values from wakeup packets received. [all …]
|
D | wifi.proto | 1609 // Number of packets sent (tx) 1615 // Number of packets received (rx) 1914 // Delta of successfully transmitted (ACKed) unicast data packets 1918 // Delta of transmitted unicast data retry packets 1922 // Delta of lost (not ACKed) transmitted unicast data packets 1926 // Delta of received unicast data packets
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.h | 194 int32_t curGen, const sp<AnotherPacketSource>& packets, const sp<AMessage>& msg); 202 int32_t curGen, const sp<AnotherPacketSource>& packets, const sp<AMessage>& msg);
|
D | GenericSource.cpp | 736 const sp<AnotherPacketSource>& packets, in fetchTextData() argument 746 if (packets->hasBufferAvailable(&avail)) { in fetchTextData() 757 if (!packets->hasBufferAvailable(&eosResult)) { in fetchTextData() 773 const sp<AnotherPacketSource>& packets, in sendTextData() argument 783 if (packets->nextBufferTime(&subTimeUs) != OK) { in sendTextData() 791 status_t dequeueStatus = packets->dequeueAccessUnit(&buffer); in sendTextData()
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 2214 // the total number of RTP packets transmitted by this device for an 2218 // the total number of RTP packets received by this device for an ongoing 2222 // the number of RTP packets which were sent by this device but were lost 2226 // the number of RTP packets which were sent by the other party but were 2231 // amount of variance in interarrival time of packets, for example, if two 2232 // packets are sent 2 milliseconds apart but received 3 milliseconds 2233 // apart, the relative jitter between those packets is 1 millisecond. 2239 // the amount of variance in interarrival time of packets, for example, if 2240 // two packets are sent 2 milliseconds apart but received 3 milliseconds 2241 // apart, the relative jitter between those packets is 1 millisecond. [all …]
|
/frameworks/wilhelm/tests/sandbox/ |
D | xaplay.c | 43 MPEG2TS_Packet *packets; variable 207 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket], in bufferQueueCallback() 344 packets = (MPEG2TS_Packet *) ptr; in main() 484 &packets[curPacket], MPEG2TS_PACKET_SIZE * packetsThisBuffer, NULL, 0); in main()
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 664 // In packets (total, background + foreground). 682 // In packets (background only, included in total packets above). 884 // This wakelock disables the filtering of multicast packets to reach the host
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 5490 long packets = mobileRxPackets + mobileTxPackets; in dumpLocked() 5491 if (packets == 0) { in dumpLocked() 5492 packets = 1; in dumpLocked() 5495 sb.append(BatteryStatsHelper.makemAh(uidMobileActiveTime / 1000 / (double)packets)); in dumpLocked()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 6099 // The tcp packets fail rate from the latest tcp polling. 6101 // Number of packets sent since the last received packet. 7637 // Bytes and packets sent by the client for the layer 7641 // Bytes and packets received by the client for the layer 7645 // Bytes and packets dropped due to client error
|