Home
last modified time | relevance | path

Searched refs:queueSize (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/av/media/tests/benchmark/src/native/common/
H A DBenchmarkC2Common.cpp73 uint32_t queueSize; in waitOnInputConsumption() local
77 queueSize = mWorkQueue.size(); in waitOnInputConsumption()
79 while ((maxRetry < MAX_RETRY) && (queueSize < MAX_INPUT_BUFFERS)) { in waitOnInputConsumption()
81 if (queueSize != mWorkQueue.size()) { in waitOnInputConsumption()
82 queueSize = mWorkQueue.size(); in waitOnInputConsumption()
/aosp12/hardware/libhardware/modules/sensors/tests/
H A DSensorEventQueue_test.cpp135 bool fullQueueReaderShouldRead(int queueSize, int totalReads) { in fullQueueReaderShouldRead() argument
136 if (queueSize == 0) { in fullQueueReaderShouldRead()
139 int totalWrites = totalReads + queueSize; in fullQueueReaderShouldRead()
140 return queueSize == FULL_QUEUE_CAPACITY || totalWrites == FULL_QUEUE_EVENT_COUNT; in fullQueueReaderShouldRead()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
H A Dmedia_c2_hidl_test_common.cpp103 uint32_t queueSize; in waitOnInputConsumption() local
107 queueSize = workQueue.size(); in waitOnInputConsumption()
109 while ((maxRetry < MAX_RETRY) && (queueSize < bufferCount)) { in waitOnInputConsumption()
111 if (queueSize != workQueue.size()) { in waitOnInputConsumption()
112 queueSize = workQueue.size(); in waitOnInputConsumption()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioEncTest.cpp515 uint32_t queueSize; in TEST_P() local
518 queueSize = mWorkQueue.size(); in TEST_P()
519 if (queueSize < MAX_INPUT_BUFFERS) { in TEST_P()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoEncTest.cpp638 uint32_t queueSize; in TEST_P() local
641 queueSize = mWorkQueue.size(); in TEST_P()
642 if (queueSize < MAX_INPUT_BUFFERS) { in TEST_P()
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java1465 int queueSize = mRequestQueue.size(); in closePendingRequestsForApn() local
1466 if (queueSize == 0) { in closePendingRequestsForApn()
1472 while (count < queueSize) { in closePendingRequestsForApn()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareStateManagerTest.java2172 assertEquals("queue empty", 0, answerObj.queueSize()); in testSendMessageQueueSequence()
2313 assertEquals("queue empty", 0, answerObj.queueSize()); in testSendMessageQueueLimitBlock()
2455 while (answerObj.queueSize() != 0) { in testSendMessageQueueSequenceImperfect()
2674 int queueSize() { in queueSize() method in WifiAwareStateManagerTest.SendMessageQueueModelAnswer
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt7485 Ljava/util/concurrent/ForkJoinPool$WorkQueue;->queueSize()I