Searched refs:UriIsSameAsIndex (Results 1 – 2 of 2) sorted by relevance
262 bool UriIsSameAsIndex( const AString &uri, int32_t index, bool newUri);
1194 bool LiveSession::UriIsSameAsIndex(const AString &uri, int32_t i, bool newUri) { in UriIsSameAsIndex() function in android::LiveSession1244 if ((streamMask & indexToType(i)) && UriIsSameAsIndex(uri, i, newUri)) { in resumeFetcher()