Searched refs:mLastFetchTimeUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h119 int64_t mLastFetchTimeUs; member in struct:android::NuCachedSource2
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp195 mLastFetchTimeUs(-1),
408 && ALooper::GetNowUs() >= mLastFetchTimeUs + mKeepAliveIntervalUs;
417 mLastFetchTimeUs = ALooper::GetNowUs();

Completed in 92 milliseconds