Home
last modified time | relevance | path

Searched refs:packets (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTracerTest.cpp87 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 …]
DFrameTimelineTest.cpp114 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/
DGpuMemTracerTest.cpp82 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/
DARTPAssembler.cpp128 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/
Dthreadnetwork_atoms.proto133 // 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/
DEventLogTags.logtags12 # 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/
Dandroid_tracing_PerfettoDataSource.cpp194 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()
Dandroid_tracing_PerfettoDataSource.h51 void WritePackets(JNIEnv* env, jobjectArray packets);
/frameworks/base/proto/src/
Dipconnectivity.proto389 // 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/
DGenericSource.h194 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/
Dtelephony.proto2254 // 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/
Dxaplay.c43 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/
DWifiPowerStatsProcessor.java357 long packets = mStatsLayout.getUidRxPackets(mTmpUidStatsArray) in computeUidPowerEstimates() local
359 power += intermediates.activePower * packets / totalPackets; in computeUidPowerEstimates()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp724 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/
Dbatterystats.proto664 // 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/
DREADME.md233 Send an array of uinput event packets to the uinput device
/frameworks/base/core/java/android/os/
DBatteryStats.java6147 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/
Datoms.proto10419 // 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