HomeSort by relevance Sort by last modified time
    Searched defs:timeoutUs (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEventListener.java 239 long timeoutUs = (2 * eventCount * samplingPeriodUs)
242 boolean success = latch.await(timeoutUs, TimeUnit.MICROSECONDS);
250 timeoutUs);
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MediaCodecVideoDecoder.java 251 int timeoutUs = 0; // Don't block on dequeuing input buffer.
253 int index = codec.dequeueInputBuffer(timeoutUs);
260 index = codec.dequeueOutputBuffer(info, timeoutUs);
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 500 const deUint64 timeoutUs = 10000000; // 10s
534 } while (currentTimeUs - beginTimeUs < timeoutUs);
537 if (currentTimeUs - beginTimeUs >= timeoutUs)

Completed in 407 milliseconds