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

1 2 3 4 5 6 7 8

  /frameworks/av/services/mediaanalytics/
MetricsSummarizerPlayer.cpp 43 "android.media.mediaplayer.dropped",
79 int64_t dropped = 0; local
80 if (item.getInt64("android.media.mediaplayer.dropped", &dropped))
81 ALOGV("found dropped of %" PRId64, dropped);
82 if (dropped >= 0) {
83 summation.addInt64("android.media.mediaplayer.dropped",dropped);
  /frameworks/base/core/java/android/hardware/camera2/
CaptureFailure.java 32 * has been dropped -- no {@link CaptureResult} with the same frame number will be
37 * The {@link CaptureResult} has been dropped this frame only due to an error
69 boolean dropped, int sequenceId, long frameNumber) {
72 mDropped = dropped;
119 * Determine why the request was dropped, whether due to an error or to a user
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 64 final boolean dropped = event.getResult();
65 mResultText.setText(dropped ? "Dropped!" : "No drop");
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug208.go 16 // dropped during the compilation.
issue15747b.go 7 // Issue 15747: If a ODCL is dropped, for example when inlining,
  /prebuilts/go/linux-x86/test/fixedbugs/
bug208.go 16 // dropped during the compilation.
issue15747b.go 7 // Issue 15747: If a ODCL is dropped, for example when inlining,
  /system/core/logd/
LogStatistics.cpp 85 // elements, but we must recognize the manufactured dropped
279 size_t dropped = getDropped(); local
280 if (dropped) {
281 pruned = android::base::StringPrintf("%zu", dropped);
282 virtualEntrySize += (float)dropped * totalSize / totalElements;
382 size_t dropped = getDropped(); local
383 if (dropped) {
384 pruned = android::base::StringPrintf("%zu", dropped);
417 size_t dropped = getDropped(); local
418 if (dropped) {
451 size_t dropped = getDropped(); local
    [all...]
LogBuffer.cpp 224 LogBufferElement* dropped = droppedElements[log_id]; local
225 unsigned short count = dropped ? dropped->getDropped() : 0;
229 // dropped = nullptr
233 // dropped = nullptr -> State 0
239 // dropped = nullptr
243 // dropped = copy of first identical message -> State 1
246 // dropped = nullptr -> State 0
253 // dropped = copy of first identical message
258 // delete copy of first identical message (dropped)
813 unsigned short dropped = element->getDropped(); local
    [all...]
LogStatistics.h 238 size_t dropped; member in struct:EntryBaseDropped
240 EntryBaseDropped() : dropped(0) {
243 : EntryBase(element), dropped(element->getDropped()) {
247 return dropped;
251 dropped += element->getDropped();
255 dropped -= element->getDropped();
256 return EntryBase::subtract(element) && !dropped;
259 dropped += 1;
583 // Correct for coalescing two entries referencing dropped content
  /system/core/liblog/
logd_writer.c 135 static atomic_int_fast32_t dropped; local
203 snapshot = atomic_exchange_explicit(&dropped, 0, memory_order_relaxed);
219 atomic_fetch_add_explicit(&dropped, snapshot, memory_order_relaxed);
283 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/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...]
  /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)
  /frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityMetrics.java 61 // Default size of the event buffer. Once the buffer is full, incoming events are dropped.
140 // Do not count as a dropped event. TODO: consider adding separate counter
159 final int dropped; local
162 dropped = mDropped;
174 data = IpConnectivityEventBuilder.serialize(dropped, protoEvents);
223 pw.println("Dropped events: " + mDropped);
IpConnectivityEventBuilder.java 58 public static byte[] serialize(int dropped, List<IpConnectivityEvent> events)
62 log.droppedEvents = dropped;
63 if ((log.events.length > 0) || (dropped > 0)) {
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.h 100 u32 dropped; member in struct:__anon44168
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 146 if (lp.dropped) {
147 lp.dropped = false;
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 166 if (lp.dropped) {
167 lp.dropped = false;
  /external/e2fsprogs/debugfs/
recovery.c 328 int dropped = info.end_transaction - local
332 dropped, (dropped == 1) ? "" : "s");
  /external/e2fsprogs/e2fsck/
recovery.c 328 int dropped = info.end_transaction - local
332 dropped, (dropped == 1) ? "" : "s");
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java 2282 int dropped = dropArgumentChecks(oldType, pos, valueTypes); local
2298 int dropped = valueTypes.size(); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
fuse.go 27 // s0, s1 and b then the branch can be dropped.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
objdump_test.go 95 // Instructions explicitly dropped in Power ISA that were in POWER architecture.
  /prebuilts/go/darwin-x86/src/encoding/json/
indent.go 75 // at the beginning of src are dropped, trailing space characters

Completed in 544 milliseconds

1 2 3 4 5 6 7 8