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

  /frameworks/av/media/libnbaio/include/
NBLog.h 474 static const int kThreadSleepPeriodUs = 1000000 /*1s*/;
  /frameworks/av/media/libnbaio/
NBLog.cpp 1056 // If it's positive, wait kThreadSleepPeriodUs and then merge
1057 nsecs_t waitTime = mTimeoutUs > 0 ? kThreadSleepPeriodUs * 1000 : LLONG_MAX;
1060 mTimeoutUs -= kThreadSleepPeriodUs;

Completed in 174 milliseconds