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

  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 140 const deUint64 timeLimitUs = 10000000; // 10s
175 if (deGetMicroseconds() - beginTimeUs > timeLimitUs)
  /hardware/interfaces/sensors/1.0/vts/functional/
VtsHalSensorsV1_0TargetTest.cpp 503 std::vector<Event> collectEvents(useconds_t timeLimitUs, size_t nEventLimit,
621 std::vector<Event> SensorsHidlTest::collectEvents(useconds_t timeLimitUs, size_t nEventLimit,
627 nEventLimit, timeLimitUs, clearBeforeStart);
636 while (timeLimitUs > 0) {
637 useconds_t duration = std::min(SLEEP_GRANULARITY, timeLimitUs);
639 timeLimitUs -= duration;
646 (int)timeLimitUs, (int)(nEventLimit - events.size()));
    [all...]

Completed in 183 milliseconds