Searched refs:dropped (Results 1 – 10 of 10) sorted by relevance
/system/logging/liblog/ |
D | logd_writer.cpp | 125 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()
|
D | event.logtags | 37 1006 liblog (dropped|1)
|
D | README.md | 151 new message can get through indicating how many messages were dropped as a result. Please take
|
/system/core/libstats/push_compat/ |
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()
|
/system/logging/logd/ |
D | LogStatistics.cpp | 523 size_t dropped = dropped_count(); in format() local 524 if (dropped) { in format() 525 pruned = android::base::StringPrintf("%zu", dropped); in format() 526 virtualEntrySize += (float)dropped * totalSize / totalElements; in format() 613 size_t dropped = dropped_count(); in format() local 614 if (dropped) { in format() 615 pruned = android::base::StringPrintf("%zu", dropped); in format() 636 size_t dropped = dropped_count(); in format() local 637 if (dropped) { in format() 638 pruned = android::base::StringPrintf("%zu", dropped); in format() [all …]
|
D | ChattyLogBuffer.cpp | 241 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()
|
D | event.logtags | 38 1004 chatty (dropped|3)
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 119 * prepared writes should dropped (aborted). The application should report the
|
/system/bt/stack/l2cap/ |
D | l2c_int.h | 376 } dropped; member
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 297 /// The number of logs dropped since CHRE started
|