Searched defs:poll (Results 1 - 12 of 12) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
H A DPooledCache.java24 V poll(); method in interface:PooledCache
H A DUnrefedBitmapCache.java26 * This subclass provides custom pool behavior. The pool can be set to block on {@link #poll()} if
55 * Declare that {@link #poll()} should now block until it can return something.
83 public ReusableBitmap poll() { method in class:UnrefedBitmapCache
86 while ((bitmap = super.poll()) == null && mBlocking) {
H A DUnrefedPooledCache.java31 * its cache, and instead {@link #poll()} is allowed to return unreferenced cache
121 public V poll() { method in class:UnrefedPooledCache
122 Trace.beginSection("pool poll");
123 final V pooled = mPool.poll();
/frameworks/av/services/audioflinger/
H A DStateQueue.cpp60 template<typename T> const T* StateQueue<T>::poll() function in class:android::StateQueue
H A DFastCapture.cpp55 const FastThreadState *FastCapture::poll() function in class:android::FastCapture
57 return mSQ.poll();
H A DFastMixer.cpp99 const FastThreadState *FastMixer::poll() function in class:android::FastMixer
101 return mSQ.poll();
/frameworks/av/include/media/
H A DSingleStateQueue.h117 bool poll(T& value) function in class:android::SingleStateQueue::Observer
138 mSequence = before; // mSequence is even after poll success
/frameworks/av/media/libmedia/include/media/
H A DSingleStateQueue.h117 bool poll(T& value) function in class:android::SingleStateQueue::Observer
138 mSequence = before; // mSequence is even after poll success
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java355 * @param poll The amount of time to wait
387 * @param poll The amount of time to wait
394 private int timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, argument
397 long end = now + poll;
409 currentTotalWaitTime += poll;
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp100 // system server, it will kill itself. There is no intention to handle the poll result,
102 if(mSensors->poll(0, [](auto, const auto &, const auto &) {}).isOk()) {
117 (initStep == 0) ? "getService()" : "poll() check", retry);
124 // not need to check mSensors because this is is only called after successful poll()
179 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { function in class:android::SensorDevice
187 auto ret = mSensors->poll(
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java677 * @param poll The amount of time to wait
680 protected void waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) argument
682 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
691 * @param poll The amount of time to wait
694 protected void waitForDownloadsOrTimeout(long poll, long timeoutMillis) throws TimeoutException, argument
696 doWaitForDownloadsOrTimeout(new Query(), poll, timeoutMillis);
705 * @param poll The amount of time to wait
709 protected boolean waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) { argument
711 doWaitForDownloadsOrTimeout(new Query().setFilterById(id), poll, timeoutMillis);
723 * @param poll Th
730 timeoutWait(int currentTotalWaitTime, long poll, long maxTimeoutMillis, String timedOutMessage) argument
759 doWaitForDownloadsOrTimeout(Query query, long poll, long timeoutMillis) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 6138 milliseconds