/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()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | BlockingQueueIntentReceiver.java | 35 return mQueue.poll(10, TimeUnit.SECONDS); in waitForIntent() 39 return mQueue.poll(3, TimeUnit.SECONDS); in waitForIntentShortDelay()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerBaseTest.java | 677 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) in waitForDownloadOrTimeout() argument 679 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis); in waitForDownloadOrTimeout() 691 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, in waitForDownloadsOrTimeout() argument 693 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis); in waitForDownloadsOrTimeout() 706 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { in waitForDownloadOrTimeoutNoThrow() argument 708 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis); in waitForDownloadOrTimeoutNoThrow() 727 protected int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, in timeoutWait() argument 730 long end = now + poll; in timeoutWait() 742 currentTotalWaitTime += poll; in timeoutWait() 756 protected void doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) in doWaitForDownloadsOrTimeout() argument [all …]
|
/frameworks/base/tests/RollbackTest/RollbackTest/src/com/android/tests/rollback/ |
D | RollbackBroadcastReceiver.java | 61 Intent poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in RollbackBroadcastReceiver 62 return mRollbackBroadcasts.poll(timeout, unit); in poll()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | WeakSparseArray.java | 48 for (Reference ref = mRefQueue.poll(); ref != null; ref = mRefQueue.poll()) { in removeUnreachableValues()
|
/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/native/services/sensorservice/ |
D | SensorsWrapper.h | 82 virtual Return<void> poll(int32_t maxCount, ISensors::poll_cb _hidl_cb) { in poll() function 165 Return<void> poll(int32_t maxCount, in poll() function 167 return mSensors->poll(maxCount, _hidl_cb); in poll()
|
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
D | TestHandler.java | 88 dispatch(mMessages.poll()); in timeAdvance() 99 while ((msg = mMessages.poll()) != null) { in flush()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/ |
D | TaskResourceLoadQueue.java | 44 return mQueue.poll(); in nextTask()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/ |
D | FrameSourceFilter.java | 48 return mFrames.poll(); in obtainFrame()
|
/frameworks/av/services/audioflinger/ |
D | FastCapture.h | 41 virtual const FastThreadState *poll();
|
D | FastCapture.cpp | 56 const FastThreadState *FastCapture::poll() in poll() function in android::FastCapture 58 return mSQ.poll(); in poll()
|
D | FastThread.h | 43 virtual const FastThreadState *poll() = 0;
|
D | StateQueue.h | 141 const T* poll();
|
/frameworks/base/core/java/android/speech/tts/ |
D | SynthesisPlaybackQueueItem.java | 245 ProgressMarker marker = markerList.poll(); in onMarkerReached() 303 ListEntry entry = mDataBufferList.poll(); in take()
|
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
D | MyAutofillService.java | 84 request = sFillRequests.poll(TIMEOUT_MS, TimeUnit.MILLISECONDS); in getLastFillRequest() 114 CannedResponse response = sCannedResponses.poll(TIMEOUT_MS, TimeUnit.MILLISECONDS); in handleRequest()
|
/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/core/tests/coretests/src/android/os/ |
D | BinderWorkSourceNestedService.java | 70 service = blockingQueue.poll(30, TimeUnit.SECONDS);
|
/frameworks/base/cmds/incidentd/src/ |
D | FdBuffer.cpp | 71 int count = TEMP_FAILURE_RETRY(poll(&pfds, 1, remainingTime)); in read() 177 int count = TEMP_FAILURE_RETRY(poll(pfds, 3, remainingTime)); in readProcessedDataInStream()
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | ActionSendMultipleConsumerActivity.java | 118 bundle = mQueue.poll(2 * TIMEOUT, TimeUnit.SECONDS); in getExtras()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | WeakIdentityHashMap.java | 37 while ((ref = mRefQueue.poll()) != null) { in cleanUp()
|