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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp492 mPlaylist = fetchPlaylist(url.c_str(), NULL /* curPlaylistHash */, &dummy);
743 const char *url, uint8_t *curPlaylistHash, bool *unchanged) {
768 if (curPlaylistHash != NULL && !memcmp(hash, curPlaylistHash, 16)) {
778 if (curPlaylistHash != NULL) {
779 memcpy(curPlaylistHash, hash, sizeof(hash));
742 fetchPlaylist( const char *url, uint8_t *curPlaylistHash, bool *unchanged) argument

Completed in 22 milliseconds