/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | FrameTracerTest.cpp | 87 std::vector<perfetto::protos::TracePacket> packets; in readGraphicsFramePacketsBlocking() local 92 packets.emplace_back(packet); in readGraphicsFramePacketsBlocking() 94 return packets; in readGraphicsFramePacketsBlocking() 167 auto packets = readGraphicsFramePacketsBlocking(tracingSession.get()); in TEST_F() local 168 EXPECT_EQ(packets.size(), 0); in TEST_F() 181 auto packets = readGraphicsFramePacketsBlocking(tracingSession.get()); in TEST_F() local 182 ASSERT_EQ(packets.size(), 2); in TEST_F() 184 const auto& packet1 = packets[0]; in TEST_F() 200 const auto& packet2 = packets[1]; in TEST_F() 233 auto packets = readGraphicsFramePacketsBlocking(tracingSession.get()); in TEST_F() local [all …]
|
D | FrameTimelineTest.cpp | 114 std::vector<perfetto::protos::TracePacket> packets; in readFrameTimelinePacketsBlocking() local 119 packets.emplace_back(packet); in readFrameTimelinePacketsBlocking() 121 return packets; in readFrameTimelinePacketsBlocking() 892 auto packets = readFrameTimelinePacketsBlocking(tracingSession.get()); in TEST_F() local 893 EXPECT_EQ(packets.size(), 0u); in TEST_F() 924 auto packets = readFrameTimelinePacketsBlocking(tracingSession.get()); in TEST_F() local 926 EXPECT_EQ(packets.size(), 8u); in TEST_F() 944 auto packets = readFrameTimelinePacketsBlocking(tracingSession.get()); in TEST_F() local 945 EXPECT_EQ(packets.size(), 0u); in TEST_F() 970 auto packets = readFrameTimelinePacketsBlocking(tracingSession.get()); in TEST_F() local [all …]
|
/frameworks/native/services/gpuservice/tests/unittests/ |
D | GpuMemTracerTest.cpp | 82 std::vector<perfetto::protos::TracePacket> packets; in readGpuMemTotalPacketsBlocking() local 87 packets.emplace_back(packet); in readGpuMemTotalPacketsBlocking() 89 return packets; in readGpuMemTotalPacketsBlocking() 141 auto packets = readGpuMemTotalPacketsBlocking(tracingSession.get()); in TEST_F() local 142 EXPECT_EQ(packets.size(), 3); in TEST_F() 144 const auto& packet0 = packets[0]; in TEST_F() 155 const auto& packet1 = packets[1]; in TEST_F() 166 const auto& packet2 = packets[2]; in TEST_F() 192 auto packets = readGpuMemTotalPacketsBlocking(tracingSession.get()); in TEST_F() local 193 EXPECT_EQ(packets.size(), 0); in TEST_F()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPAssembler.cpp | 128 const List<sp<ABuffer> > &packets) { in MakeCompoundFromPackets() 130 for (List<sp<ABuffer> >::const_iterator it = packets.begin(); in MakeCompoundFromPackets() 131 it != packets.end(); ++it) { in MakeCompoundFromPackets() 137 for (List<sp<ABuffer> >::const_iterator it = packets.begin(); in MakeCompoundFromPackets() 138 it != packets.end(); ++it) { in MakeCompoundFromPackets() 144 CopyTimes(accessUnit, *packets.begin()); in MakeCompoundFromPackets()
|
/frameworks/proto_logging/stats/atoms/threadnetwork/ |
D | threadnetwork_atoms.proto | 133 // The number of Router Advertisement packets received by otbr-agent on the 137 // The number of Router Advertisement packets successfully transmitted by 141 // The number of Router Advertisement packets failed to transmit by 145 // The number of Router Solicitation packets received by otbr-agent on the 149 // The number of Router Solicitation packets successfully transmitted by 153 // The number of Router Solicitation packets failed to transmit by 157 // The counters for inbound unicast packets 160 // The counters for inbound multicast packets 163 // The counters for outbound unicast packets 166 // The counters for outbound multicast packets
|
/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/jni/ |
D | android_tracing_PerfettoDataSource.cpp | 194 void PerfettoDataSource::WritePackets(JNIEnv* env, jobjectArray packets) { in WritePackets() argument 200 int packets_count = env->GetArrayLength(packets); in WritePackets() 202 jbyteArray packet_proto_buffer = (jbyteArray)env->GetObjectArrayElement(packets, i); in WritePackets() 247 void nativeWritePackets(JNIEnv* env, jclass clazz, jlong ds_ptr, jobjectArray packets) { in nativeWritePackets() argument 249 datasource->WritePackets(env, packets); in nativeWritePackets()
|
D | android_tracing_PerfettoDataSource.h | 51 void WritePackets(JNIEnv* env, jobjectArray packets);
|
/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 …]
|
/frameworks/av/media/libmediaplayerservice/nuplayer/include/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);
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 2254 // the total number of RTP packets transmitted by this device for an 2258 // the total number of RTP packets received by this device for an ongoing 2262 // the number of RTP packets which were sent by this device but were lost 2266 // the number of RTP packets which were sent by the other party but were 2271 // amount of variance in interarrival time of packets, for example, if two 2272 // packets are sent 2 milliseconds apart but received 3 milliseconds 2273 // apart, the relative jitter between those packets is 1 millisecond. 2279 // the amount of variance in interarrival time of packets, for example, if 2280 // two packets are sent 2 milliseconds apart but received 3 milliseconds 2281 // 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/services/core/java/com/android/server/power/stats/ |
D | WifiPowerStatsProcessor.java | 357 long packets = mStatsLayout.getUidRxPackets(mTmpUidStatsArray) in computeUidPowerEstimates() local 359 power += intermediates.activePower * packets / totalPackets; in computeUidPowerEstimates()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 724 const sp<AnotherPacketSource>& packets, in fetchTextData() argument 734 if (packets->hasBufferAvailable(&avail)) { in fetchTextData() 745 if (!packets->hasBufferAvailable(&eosResult)) { in fetchTextData() 761 const sp<AnotherPacketSource>& packets, in sendTextData() argument 771 if (packets->nextBufferTime(&subTimeUs) != OK) { in sendTextData() 779 status_t dequeueStatus = packets->dequeueAccessUnit(&buffer); in sendTextData()
|
/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/cmds/uinput/ |
D | README.md | 233 Send an array of uinput event packets to the uinput device
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 6147 long packets = mobileRxPackets + mobileTxPackets; in dumpLocked() 6148 if (packets == 0) { in dumpLocked() 6149 packets = 1; in dumpLocked() 6152 sb.append(formatCharge(uidMobileActiveTime / 1000 / (double) packets)); in dumpLocked()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 10419 // The tcp packets fail rate from the latest tcp polling. 10421 // Number of packets sent since the last received packet. 11432 // The number of packets received back from the code where a latency could not 14705 // Bytes and packets sent by the client for the layer 14709 // Bytes and packets received by the client for the layer 14713 // Bytes and packets dropped due to client error 21398 // Count of Rx data packets sent to upper layer
|