Home
last modified time | relevance | path

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

/aosp14/system/core/libstats/push_compat/
H A Dstatsd_writer.c40 static atomic_int dropped = 0; variable
151 atomic_fetch_add_explicit(&dropped, 1, memory_order_relaxed); in statsdNoteDrop()
200 int32_t snapshot = atomic_exchange_explicit(&dropped, 0, memory_order_relaxed); in statsdWrite()
219 atomic_fetch_add_explicit(&dropped, snapshot, memory_order_relaxed); in statsdWrite()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A 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()
H A 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()
/aosp14/frameworks/base/core/java/android/hardware/camera2/extension/
H A DCaptureFailure.aidl25 boolean dropped;
/aosp14/frameworks/base/cmds/incident_helper/testdata/
H A Devent-log-tags.txt3 1004 chatty (dropped|3)
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java224 Backing dropped = mQueue.poll(); in reserve() local
225 mSize -= dropped.getSize(); in reserve()
228 dropped.destroy(); in reserve()
/aosp14/frameworks/base/core/proto/android/os/
H A Dtombstone.proto28 // The count of dropped dropbox entries due to rate limiting.
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java346 final int dropped = intent.getIntExtra(DropBoxManager.EXTRA_DROPPED_COUNT, 0); in maybeDeferBroadcast() local
347 intent.putExtra(DropBoxManager.EXTRA_DROPPED_COUNT, dropped + 1); in maybeDeferBroadcast()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java589 boolean dropped = mTarget.dropForAccessibility(mWindow.mClient, dropX, dropY); in doA11yDragAndDrop()
/aosp14/frameworks/base/proto/src/
H A 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.
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraAdvancedExtensionSessionImpl.java888 captureFailure.dropped = !failure.wasImageCaptured(); in onCaptureFailed()
/aosp14/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java1121 captureFailure.reason, captureFailure.dropped, in onCaptureFailed()
/aosp14/system/core/init/
H A DREADME.md212 * otherwise all capabilities will be dropped.
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt24039 field public static final String FRAMES_DROPPED = "android.media.mediaplayer.dropped";