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

  /frameworks/base/media/libstagefright/include/
NuCachedSource2.h 114 int64_t mKeepAliveIntervalUs;
  /frameworks/base/media/libstagefright/
NuCachedSource2.cpp 196 mKeepAliveIntervalUs(kDefaultKeepAliveIntervalUs),
211 mKeepAliveIntervalUs = 0;
353 && mKeepAliveIntervalUs > 0
354 && ALooper::GetNowUs() >= mLastFetchTimeUs + mKeepAliveIntervalUs;
661 mKeepAliveIntervalUs = keepAliveSecs * 1000000ll;
663 mKeepAliveIntervalUs = kDefaultKeepAliveIntervalUs;
669 mKeepAliveIntervalUs);

Completed in 24 milliseconds