Home
last modified time | relevance | path

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

/frameworks/av/services/mediaanalytics/
DMetricsSummarizerPlayer.cpp79 int64_t dropped = 0; in mergeRecord() local
80 if (item.getInt64("android.media.mediaplayer.dropped", &dropped)) in mergeRecord()
81 ALOGV("found dropped of %" PRId64, dropped); in mergeRecord()
82 if (dropped >= 0) { in mergeRecord()
83 summation.addInt64("android.media.mediaplayer.dropped",dropped); in mergeRecord()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureFailure.java69 boolean dropped, int sequenceId, long frameNumber) { in CaptureFailure() argument
72 mDropped = dropped; in CaptureFailure()
/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.java159 final int dropped; in flushEncodedOutput() local
162 dropped = mDropped; in flushEncodedOutput()
174 data = IpConnectivityEventBuilder.serialize(dropped, protoEvents); in flushEncodedOutput()
DIpConnectivityEventBuilder.java58 public static byte[] serialize(int dropped, List<IpConnectivityEvent> events) in serialize() argument
62 log.droppedEvents = dropped; in serialize()
63 if ((log.events.length > 0) || (dropped > 0)) { in serialize()
/frameworks/opt/telephony/proto/
Dtelephony.proto39 // Indicating some telephony events are dropped
1131 // Indicating some call events are dropped
1242 // Indicating some sms session events are dropped
/frameworks/base/proto/src/
Dipconnectivity.proto418 // The number of events that had to be dropped due to a full buffer.
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll31 ; node (with no children) can then safely be dropped from the analysis.
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll29 ; node (with no children) can then safely be dropped from the analysis.
/frameworks/base/api/
Dcurrent.txt22820 field public static final java.lang.String FRAMES_DROPPED = "android.media.mediaplayer.dropped";
Dsystem-current.txt24662 field public static final java.lang.String FRAMES_DROPPED = "android.media.mediaplayer.dropped";