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

  /external/dng_sdk/source/
dng_mutex.cpp 311 bool dng_condition::Wait (dng_mutex &mutex, double timeoutSecs)
326 if (timeoutSecs < 0)
340 timeoutSecs += now.tv_sec;
341 timeoutSecs += now.tv_nsec / 1000000000.0;
343 now.tv_sec = (long) timeoutSecs;
344 now.tv_nsec = (long) ((timeoutSecs - now.tv_sec) * 1000000000);
dng_mutex.h 149 bool Wait (dng_mutex &mutex, double timeoutSecs = -1.0);
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 699 unsigned long timeoutSecs =
707 } else if (timeoutSecs < 15) {
710 timeoutSecs);
714 mKeepAliveTimeoutUs = timeoutSecs * 1000000ll;
717 timeoutSecs);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerDrmTestBase.java     [all...]

Completed in 294 milliseconds