HomeSort by relevance Sort by last modified time
    Searched full:when_us (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 222 int64_t when_us = (*it).realtime_us; local
225 if (when_us < 0 || when_us == INT64_MAX) {
228 delay_us = when_us - now_us;

Completed in 27 milliseconds