Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/av/services/camera/libcameraservice/utils/
DSessionStatsBuilder.cpp103 void SessionStatsBuilder::incCounter(int id, bool dropped, int32_t captureLatencyMs) { in incCounter() argument
113 if (dropped) { in incCounter()
131 void SessionStatsBuilder::incResultCounter(bool dropped) { in incResultCounter() argument
136 if (dropped) mErrorResultCount++; in incResultCounter()
DSessionStatsBuilder.h75 void incCounter(int streamId, bool dropped, int32_t captureLatencyMs);
79 void incResultCounter(bool dropped);
/frameworks/proto_logging/stats/express/catalog/
Dspeech_recognition.cfg4 description: "Counting how many sessions were dropped due to too many connected services"
13 description: "Counting how many sessions were dropped due to too many sessions"
Dstatsd.cfg4 description: "Counting how many atoms were dropped by ReportVendorAtom API"
Dstability_errors.cfg4 description: "Counting how many errors were dropped due to rate limit buffer expiry"
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityMetrics.java196 final int dropped; in flushEncodedOutput() local
199 dropped = mDropped; in flushEncodedOutput()
213 data = IpConnectivityEventBuilder.serialize(dropped, protoEvents); in flushEncodedOutput()
268 final int dropped; in cmdListAsBinaryProto() local
270 dropped = mDropped; in cmdListAsBinaryProto()
273 byte[] data = IpConnectivityEventBuilder.serialize(dropped, listEventsAsProtos()); in cmdListAsBinaryProto()
DIpConnectivityEventBuilder.java59 public static byte[] serialize(int dropped, List<IpConnectivityEvent> events) in serialize() argument
63 log.droppedEvents = dropped; in serialize()
64 if ((log.events.length > 0) || (dropped > 0)) { in serialize()
/frameworks/base/core/java/android/hardware/camera2/extension/
DCaptureFailure.aidl25 boolean dropped;
DRequestProcessor.java525 captureFailure.reason, captureFailure.dropped, in onCaptureFailed()
/frameworks/base/cmds/incident_helper/testdata/
Devent-log-tags.txt3 1004 chatty (dropped|3)
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameManager.java224 Backing dropped = mQueue.poll(); in reserve() local
225 mSize -= dropped.getSize(); in reserve()
228 dropped.destroy(); in reserve()
/frameworks/base/core/proto/android/os/
Dtombstone.proto28 // The count of dropped dropbox entries due to rate limiting.
/frameworks/proto_logging/stats/enums/stats/textclassifier/
Dtextclassifier_enums.proto49 // User dragged+dropped the selection.
/frameworks/opt/telephony/flags/
Dims.aconfig66 …description: "For DSDA devices, controls whether the existing call will be dropped when an incomin…
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
Dtimestats.proto66 // Total number of frames dropped by SurfaceFlinger.
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp943 bool dropped = false; in finishReturningOutputBuffers() local
949 dropped = true; in finishReturningOutputBuffers()
952 dropped = true; in finishReturningOutputBuffers()
958 sessionStatsBuilder.incCounter(streamId, dropped, captureLatencyMs); in finishReturningOutputBuffers()
/frameworks/native/services/surfaceflinger/
Dsurfaceflinger_flags.aconfig77 description: "Add SurfaceFlinger dropped Frames to frame timeline"
/frameworks/base/cmds/uinput/
DREADME.md141 that time will be dropped. If you are controlling `uinput` by sending commands through standard
222 be sent immediately. This will likely fill the kernel's event buffers, causing events to be dropped.
/frameworks/proto_logging/stats/atoms/wear/prototiles/
Dprototiles_extension_atoms.proto350 causes the whole layout to be dropped.
/frameworks/native/services/inputflinger/docs/
Danr.md73 When an app is unresponsive, new touches do not go to the app. They get dropped with a warning log.…
/frameworks/proto_logging/stats/atoms/media/
Dmedia_codec_extension_atoms.proto252 // The number of frames dropped.
/frameworks/av/media/libheadtracking/
DREADME.md33 desired mode cannot be calculated (for example, as result of dropped messages
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java382 final int dropped = intent.getIntExtra(DropBoxManager.EXTRA_DROPPED_COUNT, 0); in maybeDeferBroadcast() local
383 intent.putExtra(DropBoxManager.EXTRA_DROPPED_COUNT, dropped + 1); in maybeDeferBroadcast()
/frameworks/base/proto/src/
Dipconnectivity.proto393 // The total number of packets dropped by the APF interpreter.
626 // The number of events that had to be dropped due to a full buffer.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto39 // Indicating some telephony events are dropped
2309 // the number of RTP voice packets dropped by jitter buffer
2474 // Indicating some call events are dropped
2691 // Indicating some sms session events are dropped

12