Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 78) sorted by relevance

1234

/frameworks/base/core/java/android/hardware/camera2/legacy/
DPerfMeasurement.java188 NO_DURATION_YET : mTimestampQueue.poll()); in stopTimer()
190 NO_DURATION_YET : mCpuDurationsQueue.poll()); in stopTimer()
195 mTimestampQueue.poll(); in stopTimer()
198 mCpuDurationsQueue.poll(); in stopTimer()
DCaptureCollector.java473 CaptureHolder h = mJpegCaptureQueue.poll(); in jpegCaptured()
494 CaptureHolder h = mJpegProduceQueue.poll(); in jpegProduced()
531 CaptureHolder h = mPreviewCaptureQueue.poll(); in previewCaptured()
554 CaptureHolder h = mPreviewProduceQueue.poll(); in previewProduced()
DRequestQueue.java56 BurstHolder next = mRequestQueue.poll(); in getNext()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java674 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) in waitForDownloadOrTimeout() argument
676 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis); in waitForDownloadOrTimeout()
688 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, in waitForDownloadsOrTimeout() argument
690 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis); in waitForDownloadsOrTimeout()
703 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { in waitForDownloadOrTimeoutNoThrow() argument
705 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis); in waitForDownloadOrTimeoutNoThrow()
724 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait() argument
727 long end = now + poll; in timeoutWait()
739 currentTotalWaitTime += poll; in timeoutWait()
753 protected void doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) in doWaitForDownloadsOrTimeout() argument
[all …]
/frameworks/opt/bitmap/src/com/android/bitmap/
DUnrefedBitmapCache.java83 public ReusableBitmap poll() { in poll() method in UnrefedBitmapCache
86 while ((bitmap = super.poll()) == null && mBlocking) { in poll()
DPooledCache.java24 V poll(); in poll() method
DUnrefedPooledCache.java121 public V poll() { in poll() method in UnrefedPooledCache
123 final V pooled = mPool.poll(); in poll()
/frameworks/av/services/audioflinger/
DFastCapture.cpp55 const FastThreadState *FastCapture::poll() in poll() function in android::FastCapture
57 return mSQ.poll(); in poll()
DFastCapture.h41 virtual const FastThreadState *poll();
DStateQueue.h141 const T* poll();
DFastThread.h43 virtual const FastThreadState *poll() = 0;
DFastMixer.h48 virtual const FastThreadState *poll();
DStateQueue.cpp60 template<typename T> const T* StateQueue<T>::poll() in poll() function in android::StateQueue
/frameworks/base/core/java/android/app/
DQueuedWork.java87 while ((toFinish = sPendingWorkFinishers.poll()) != null) { in waitToFinish()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
DFrameSourceFilter.java48 return mFrames.poll(); in obtainFrame()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java394 private int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait() argument
397 long end = now + poll; in timeoutWait()
409 currentTotalWaitTime += poll; in timeoutWait()
/frameworks/rs/
DrsFifoSocket.cpp95 int r = poll(&p, 1, 0); in isEmpty()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DActionSendMultipleConsumerActivity.java118 bundle = mQueue.poll(2 * TIMEOUT, TimeUnit.SECONDS); in getExtras()
/frameworks/native/services/sensorservice/
DSensorDevice.h42 ssize_t poll(sensors_event_t* buffer, size_t count);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DDispatchThread.java123 job = mJobQueue.poll(); in run()
/frameworks/base/docs/html/training/performance/battery/network/
Daction-server-traffic.jd20 solution to this problem is for your appp to periodically poll the server to check for updates.
58 GCM is more efficient than having your app poll for changes on the server. The GCM service
/frameworks/av/include/media/
DSingleStateQueue.h117 bool poll(T& value) in poll() function
/frameworks/base/core/java/com/android/internal/statusbar/
DNotificationVisibility.java118 return sPool.poll(); in obtain()
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java413 processTask(session, mPendingTasks.poll(), false); in onServiceConnected()
465 final SpellCheckerParams tmp = mPendingTasks.poll(); in processOrEnqueueTask()
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
DAnimationThread.java119 MessageBundle bundle = mQueue.poll(); in run()

1234