HomeSort by relevance Sort by last modified time
    Searched defs:dropped (Results 1 - 25 of 48) sorted by null

1 2

  /system/core/liblog/
logd_writer.c 125 static atomic_int_fast32_t dropped; local
187 snapshot = atomic_exchange_explicit(&dropped, 0, memory_order_relaxed);
203 atomic_fetch_add_explicit(&dropped, snapshot,
253 atomic_fetch_add_explicit(&dropped, 1, memory_order_relaxed);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 224 Backing dropped = mQueue.poll(); local
225 mSize -= dropped.getSize();
226 //Log.i("FM", "Dropping " + dropped + " with priority "
227 // + dropped.cachePriority + ". New size: " + mSize + "!");
228 dropped.destroy();
  /external/e2fsprogs/e2fsck/
recovery.c 298 int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence); local
302 dropped, (dropped == 1) ? "" : "s");
  /libcore/ojluni/src/main/java/sun/misc/
SoftCache.java 120 static private int dropped = 0; field in class:SoftCache.ValueCell
150 dropped++;
172 else ValueCell.dropped--;
  /system/core/logd/
LogStatistics.cpp 244 size_t dropped = getDropped(); local
245 if (dropped) {
246 pruned = android::base::StringPrintf("%zu", dropped);
247 virtualEntrySize += (float)dropped * totalSize / totalElements;
353 size_t dropped = getDropped(); local
354 if (dropped) {
355 pruned = android::base::StringPrintf("%zu", dropped);
393 size_t dropped = getDropped(); local
394 if (dropped) {
395 pruned = android::base::StringPrintf("%zu", dropped);
    [all...]
LogStatistics.h 201 size_t dropped; member in struct:EntryBaseDropped
203 EntryBaseDropped():dropped(0) { }
206 dropped(element->getDropped()){
209 size_t getDropped() const { return dropped; }
212 dropped += element->getDropped();
216 dropped -= element->getDropped();
217 return EntryBase::subtract(element) && !dropped;
220 dropped += 1;
447 // Correct for coalescing two entries referencing dropped content
LogBuffer.cpp 395 bool coalesce(LogBufferElement *element, unsigned short dropped) {
403 if ((dropped + moreDropped) > USHRT_MAX) {
406 found->setDropped(dropped + moreDropped);
648 unsigned short dropped = element->getDropped(); local
651 if (leading && dropped) {
656 if (dropped && last.coalesce(element, dropped)) {
664 if (dropped) {
688 if (dropped) {
    [all...]
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 288 ALOGW("Dropped back down to Loaded without Executing");
395 // has dropped that GraphicBuffer, and there's nothing for us to release.
628 bool dropped = false; local
640 dropped = true;
651 setLatestBuffer_l(item, dropped);
721 const BufferItem &item, bool dropped) {
736 mLatestBufferUseCount = dropped ? 0 : 1;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-sh64.c 508 bfd_vma disp, dropped; local
588 dropped = 0;
591 case R_SH_DIR10SW: dropped = disp & 1; break;
592 case R_SH_DIR10SL: dropped = disp & 3; break;
593 case R_SH_DIR10SQ: dropped = disp & 7; break;
595 if (dropped != 0)
elf64-sh64.c 1441 bfd_vma disp, dropped; local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.h 102 u32 dropped; member in struct:__anon34326
  /external/libpcap/
pcap-usb-linux.c 89 u_int32_t dropped; member in struct:mon_bin_stats
718 /* extract info on dropped urbs */
772 stats->ps_drop = st.dropped;
  /external/webrtc/webrtc/video/
video_quality_test.cc 269 : dropped(false),
277 bool dropped,
284 dropped(dropped),
292 bool dropped; member in struct:webrtc::VideoAnalyzer::FrameComparison
300 Sample(int dropped,
308 : dropped(dropped),
317 int dropped; member in struct:webrtc::VideoAnalyzer::Sample
329 bool dropped,
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 117 because an older packet from the same queue has been dropped
119 uint32 full_dropped; /* packets dropped,
122 uint32 dropped; /* packets dropped because pktq per that precedence is full */ member in struct:__anon29608
123 uint32 sacrificed; /* packets dropped,
129 uint32 retry_drop; /* packets finally dropped after retry limit */
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 789 __u32 dropped; member in struct:tc_pie_xstats
  /development/ndk/platforms/android-21/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /external/icu/icu4c/source/i18n/
decNumber.c 1985 Int dropped; \/* .. *\/ local
2347 Int dropped; \/* work *\/ local
2841 Int dropped; \/* .. *\/ local
3590 Int dropped; \/* work *\/ local
4289 Int dropped; \/* work *\/ local
    [all...]
  /external/iproute2/include/linux/
pkt_sched.h 35 __u32 drops; /* Packets dropped because of lack of resources */
702 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
734 * instead of being dropped
852 __u32 dropped; /* packets dropped due to pie_action */ member in struct:tc_pie_xstats
853 __u32 overlimit; /* dropped due to lack of space in queue */
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 35 __u32 drops; /* Packets dropped because of lack of resources */
698 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
730 * instead of being dropped
848 __u32 dropped; /* packets dropped due to pie_action */ member in struct:tc_pie_xstats
849 __u32 overlimit; /* dropped due to lack of space in queue */
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats

Completed in 1162 milliseconds

1 2