Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h262 bool UriIsSameAsIndex( const AString &uri, int32_t index, bool newUri);
DLiveSession.cpp1194 bool LiveSession::UriIsSameAsIndex(const AString &uri, int32_t i, bool newUri) { in UriIsSameAsIndex() function in android::LiveSession
1244 if ((streamMask & indexToType(i)) && UriIsSameAsIndex(uri, i, newUri)) { in resumeFetcher()