/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | PerfMeasurement.java | 188 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()
|
D | CaptureCollector.java | 473 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()
|
D | RequestQueue.java | 56 BurstHolder next = mRequestQueue.poll(); in getNext()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerBaseTest.java | 674 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/ |
D | UnrefedBitmapCache.java | 83 public ReusableBitmap poll() { in poll() method in UnrefedBitmapCache 86 while ((bitmap = super.poll()) == null && mBlocking) { in poll()
|
D | PooledCache.java | 24 V poll(); in poll() method
|
D | UnrefedPooledCache.java | 121 public V poll() { in poll() method in UnrefedPooledCache 123 final V pooled = mPool.poll(); in poll()
|
/frameworks/av/services/audioflinger/ |
D | FastCapture.cpp | 55 const FastThreadState *FastCapture::poll() in poll() function in android::FastCapture 57 return mSQ.poll(); in poll()
|
D | FastCapture.h | 41 virtual const FastThreadState *poll();
|
D | StateQueue.h | 141 const T* poll();
|
D | FastThread.h | 43 virtual const FastThreadState *poll() = 0;
|
D | FastMixer.h | 48 virtual const FastThreadState *poll();
|
D | StateQueue.cpp | 60 template<typename T> const T* StateQueue<T>::poll() in poll() function in android::StateQueue
|
/frameworks/base/core/java/android/app/ |
D | QueuedWork.java | 87 while ((toFinish = sPendingWorkFinishers.poll()) != null) { in waitToFinish()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/ |
D | FrameSourceFilter.java | 48 return mFrames.poll(); in obtainFrame()
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
D | DownloadManagerBaseTest.java | 394 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/ |
D | rsFifoSocket.cpp | 95 int r = poll(&p, 1, 0); in isEmpty()
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | ActionSendMultipleConsumerActivity.java | 118 bundle = mQueue.poll(2 * TIMEOUT, TimeUnit.SECONDS); in getExtras()
|
/frameworks/native/services/sensorservice/ |
D | SensorDevice.h | 42 ssize_t poll(sensors_event_t* buffer, size_t count);
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | DispatchThread.java | 123 job = mJobQueue.poll(); in run()
|
/frameworks/base/docs/html/training/performance/battery/network/ |
D | action-server-traffic.jd | 20 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/ |
D | SingleStateQueue.h | 117 bool poll(T& value) in poll() function
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | NotificationVisibility.java | 118 return sPool.poll(); in obtain()
|
/frameworks/base/core/java/android/view/textservice/ |
D | SpellCheckerSession.java | 413 processTask(session, mPendingTasks.poll(), false); in onServiceConnected() 465 final SpellCheckerParams tmp = mPendingTasks.poll(); in processOrEnqueueTask()
|
/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
D | AnimationThread.java | 119 MessageBundle bundle = mQueue.poll(); in run()
|