Home
last modified time | relevance | path

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

123

/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DSessionStatsBuilder.cpp86 void SessionStatsBuilder::incCounter(int id, bool dropped, int32_t captureLatencyMs) { in incCounter() argument
96 if (dropped) { in incCounter()
114 void SessionStatsBuilder::incResultCounter(bool dropped) { in incResultCounter() argument
119 if (dropped) mErrorResultCount++; in incResultCounter()
H A DSessionStatsBuilder.h72 void incCounter(int streamId, bool dropped, int32_t captureLatencyMs);
76 void incResultCounter(bool dropped);
/aosp12/system/logging/logd/
H A DLogStatistics.cpp523 size_t dropped = dropped_count(); in format() local
524 if (dropped) { in format()
613 size_t dropped = dropped_count(); in format() local
614 if (dropped) { in format()
636 size_t dropped = dropped_count(); in format() local
637 if (dropped) { in format()
668 size_t dropped = dropped_count(); in format() local
669 if (dropped) { in format()
924 uint64_t dropped = mNewestDropped[id].msec(); in Format() local
925 if (dropped < oldest) dropped = oldest; in Format()
[all …]
H A DChattyLogBuffer.cpp241 bool coalesce(LogBufferElement* element, uint16_t dropped) { in coalesce() argument
247 if ((dropped + moreDropped) > USHRT_MAX) { in coalesce()
250 found->SetDropped(dropped + moreDropped); in coalesce()
453 uint16_t dropped = element.dropped_count(); in Prune() local
456 if (leading && dropped) { in Prune()
461 if (dropped && last.coalesce(&element, dropped)) { in Prune()
472 if (dropped) { in Prune()
496 if (dropped) { in Prune()
H A Devent.logtags38 1004 chatty (dropped|3)
/aosp12/packages/modules/adb/
H A Dtypes.cpp51 auto dropped = 0u; in drop_front() local
52 while (dropped < len) { in drop_front()
54 if (dropped + next <= len) { in drop_front()
56 dropped += next; in drop_front()
58 const auto taken = len - dropped; in drop_front()
/aosp12/system/logging/liblog/
H A Dlogd_writer.cpp125 static atomic_int dropped; in LogdWrite() local
151 int32_t snapshot = atomic_exchange_explicit(&dropped, 0, memory_order_relaxed); in LogdWrite()
166 atomic_fetch_add_explicit(&dropped, snapshot, memory_order_relaxed); in LogdWrite()
201 atomic_fetch_add_explicit(&dropped, 1, memory_order_relaxed); in LogdWrite()
H A Devent.logtags37 1006 liblog (dropped|1)
/aosp12/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()
/aosp12/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()
/aosp12/packages/modules/StatsD/lib/libstatssocket/
H A Dstatsd_writer.c55 static atomic_int dropped = 0; variable
168 atomic_fetch_add_explicit(&dropped, 1, memory_order_relaxed); in statsdNoteDrop()
224 int32_t snapshot = atomic_exchange_explicit(&dropped, 0, memory_order_relaxed); in statsdWrite()
243 atomic_fetch_add_explicit(&dropped, snapshot, memory_order_relaxed); in statsdWrite()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/util/
H A DTetheringUtilsTest.java136 private ByteBuffer checkIcmpSocketFilter(ByteBuffer passed, ByteBuffer dropped, in checkIcmpSocketFilter() argument
143 int len = writePacket(out, dropped); in checkIcmpSocketFilter()
150 writePacket(out, dropped); in checkIcmpSocketFilter()
/aosp12/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()
/aosp12/frameworks/base/core/java/android/hardware/camera2/extension/
H A DCaptureFailure.aidl25 boolean dropped;
/aosp12/frameworks/base/cmds/incident_helper/testdata/
H A Devent-log-tags.txt3 1004 chatty (dropped|3)
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java200 if (lp.dropped) { in layoutChild()
201 lp.dropped = false; in layoutChild()
/aosp12/hardware/interfaces/gnss/1.0/
H A DIGnssBatching.hal106 * the oldest location object is dropped. In this case the AP must not be
109 * to avoid it being dropped.
/aosp12/frameworks/ex/framesequence/jni/
H A DAndroid.bp25 // NOTE: the following code when dropped during the Android.mk->Android.bp
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_diag.h101 u32 dropped; member
/aosp12/hardware/google/apf/testdata/
H A Done_ra_with_counters.output56 Packet dropped
H A Done_ra_with_counters_age_600.output56 Packet dropped
H A Done_ra_with_counters_age_30.output56 Packet dropped
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
H A Dincident_minimal.proto30 * it using this proto, which will result in the rest of the fields being dropped.
/aosp12/frameworks/proto_logging/stats/enums/stats/textclassifier/
H A Dtextclassifier_enums.proto49 // User dragged+dropped the selection.

123