Home
last modified time | relevance | path

Searched refs:mLastFailureUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h151 int64_t mLastFailureUs; member
DLiveSession.cpp770 failureIndex).mLastFailureUs = ALooper::GetNowUs(); in onMessageReceived()
959 return item.mLastFailureUs < 0 in isBandwidthValid()
960 || ALooper::GetNowUs() - item.mLastFailureUs > kBlacklistWindowUs; in isBandwidthValid()
1064 item.mLastFailureUs = -1LL; in onMasterPlaylistFetched()