Searched defs:UriIsSameAsIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1189 bool LiveSession::UriIsSameAsIndex(const AString &uri, int32_t i, bool newUri) { function in class:android::LiveSession
1190 ALOGV("[timed_id3] i %d UriIsSameAsIndex newUri %s, %s", i,
1239 if ((streamMask & indexToType(i)) && UriIsSameAsIndex(uri, i, newUri)) {

Completed in 176 milliseconds