Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/
DCaptureFailure.java71 boolean dropped, int sequenceId, long frameNumber, String errorPhysicalCameraId) { in CaptureFailure() argument
74 mDropped = dropped; in CaptureFailure()
/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/services/core/java/com/android/server/connectivity/
DIpConnectivityMetrics.java190 final int dropped; in flushEncodedOutput() local
193 dropped = mDropped; in flushEncodedOutput()
207 data = IpConnectivityEventBuilder.serialize(dropped, protoEvents); in flushEncodedOutput()
DIpConnectivityEventBuilder.java60 public static byte[] serialize(int dropped, List<IpConnectivityEvent> events) in serialize() argument
64 log.droppedEvents = dropped; in serialize()
65 if ((log.events.length > 0) || (dropped > 0)) { in serialize()
/frameworks/ex/framesequence/jni/
DAndroid.bp21 // NOTE: the following code when dropped during the Android.mk->Android.bp
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
Dtimestats.proto62 // Total number of frames dropped by SurfaceFlinger.
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java290 final int dropped = intent.getIntExtra(DropBoxManager.EXTRA_DROPPED_COUNT, 0); in maybeDeferBroadcast() local
291 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
2412 // Indicating some call events are dropped
2626 // Indicating some sms session events are dropped
/frameworks/base/cmds/statsd/src/
Datoms.proto1978 // Number of buffers dropped in this event
1982 // Number of encoded buffers dropped in this event
1985 // Number of encoded bytes dropped in this event
2195 // Buffer overflow count (how many bytes of TX data are dropped) since the last event
2579 * Log an event when the device has been physically dropped.
5380 * Dead pids will be dropped. Kernel processes are excluded.
7645 // Bytes and packets dropped due to client error
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll29 ; node (with no children) can then safely be dropped from the analysis.
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll31 ; node (with no children) can then safely be dropped from the analysis.
/frameworks/ml/nn/tools/api/
Dtypes.spec2280 * entry gets dropped);
3641 * Boxes with scores lower than the threshold are dropped during the
/frameworks/base/non-updatable-api/
Dcurrent.txt25704 field public static final String FRAMES_DROPPED = "android.media.mediaplayer.dropped";
/frameworks/base/api/
Dcurrent.txt25728 field public static final String FRAMES_DROPPED = "android.media.mediaplayer.dropped";