/aosp14/system/core/libstats/push_compat/ |
H A D | statsd_writer.c | 40 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 D | IpConnectivityMetrics.java | 196 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 D | IpConnectivityEventBuilder.java | 59 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 D | CaptureFailure.aidl | 25 boolean dropped;
|
/aosp14/frameworks/base/cmds/incident_helper/testdata/ |
H A D | event-log-tags.txt | 3 1004 chatty (dropped|3)
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | FrameManager.java | 224 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 D | tombstone.proto | 28 // The count of dropped dropbox entries due to rate limiting.
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | DropBoxManagerService.java | 346 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 D | DragDropControllerTests.java | 589 boolean dropped = mTarget.dropForAccessibility(mWindow.mClient, dropX, dropY); in doA11yDragAndDrop()
|
/aosp14/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 393 // 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 D | CameraAdvancedExtensionSessionImpl.java | 888 captureFailure.dropped = !failure.wasImageCaptured(); in onCaptureFailed()
|
/aosp14/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/ |
H A D | CameraExtensionsProxyService.java | 1121 captureFailure.reason, captureFailure.dropped, in onCaptureFailed()
|
/aosp14/system/core/init/ |
H A D | README.md | 212 * otherwise all capabilities will be dropped.
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 24039 field public static final String FRAMES_DROPPED = "android.media.mediaplayer.dropped";
|