HomeSort by relevance Sort by last modified time
    Searched refs:waitCount (Results 1 - 16 of 16) sorted by null

  /art/test/114-ParallelGC/src/
Main.java 35 private volatile static int waitCount = 0;
118 waitCount++;
122 // Last. Wait until waitCount == THREAD_COUNT - 1.
125 if (waitCount == THREAD_COUNT - 1) {
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
WifiConnScanReceiver.java 92 int waitCount = 0;
97 if (waitCount >= 100) {
101 waitCount += 1;
104 waitCount = 0;
WifiGScanReceiver.java 97 int waitCount = 0;
102 if (waitCount >= 100) {
106 waitCount += 1;
110 waitCount = 0;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java 235 int waitCount = 0;
248 waitCount++;
249 if (waitCount == PREP_TIMEOUT_REPEAT) {
264 int waitCount = 0;
266 if (waitCount == NEWFRAME_TIMEOUT_REPEAT) {
281 waitCount++;
CameraSource.java 169 int waitCount = 0;
171 if (waitCount == NEWFRAME_TIMEOUT_REPEAT) {
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 793 status_t AudioRecord::obtainBuffer(Buffer* audioBuffer, int32_t waitCount, size_t *nonContig)
813 if (waitCount == -1) {
815 } else if (waitCount == 0) {
817 } else if (waitCount > 0) {
818 long long ms = WAIT_PERIOD_MS * (long long) waitCount;
823 ALOGE("%s invalid waitCount %d", __func__, waitCount);
    [all...]
AudioTrack.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 467 int waitCount = waitSemaphores.count();
468 SkTArray<VkSemaphore> vkWaitSems(waitCount);
469 SkTArray<VkPipelineStageFlags> vkWaitStages(waitCount);
470 for (int i = 0; i < waitCount; ++i) {
480 submitInfo.waitSemaphoreCount = waitCount;
    [all...]
  /system/chre/platform/slpi/
host_link.cc 546 int waitCount = 5;
549 while (!gOutboundQueue.empty() && waitCount-- > 0) {
553 return (waitCount >= 0);
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h 383 * regardless of the value of waitCount.
385 * maximum timeout based on waitCount; see chart below.
388 * or return WOULD_BLOCK depending on the value of the "waitCount"
391 * Interpretation of waitCount:
411 status_t obtainBuffer(Buffer* audioBuffer, int32_t waitCount,
    [all...]
AudioTrack.h     [all...]
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 66 DWORD waitCount;
675 waitResult = WaitForMultipleObjects( obj->waitCount, obj->waitHandles, FALSE, 2 * 1000 );
995 obj->waitCount = 0;
996 obj->waitHandles[ obj->waitCount++ ] = obj->cancelEvent;
997 obj->waitHandles[ obj->waitCount++ ] = obj->data4Event;
998 obj->waitHandles[ obj->waitCount++ ] = obj->data6Event;
1000 check( obj->waitCount == sizeof_array( obj->waitHandles ) );
    [all...]
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsMultiDeviceTest.java     [all...]
  /build/blueprint/
context.go     [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 748 milliseconds