Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp689 mStartTimeUsNotify = mNotify->dup(); in onStart()
690 mStartTimeUsNotify->setInt32("what", kWhatStartedAt); in onStart()
691 mStartTimeUsNotify->setString("uri", mURI); in onStart()
1428 CHECK(mStartTimeUsNotify != NULL); in onDownloadNext()
1429 mStartTimeUsNotify->post(); in onDownloadNext()
1430 mStartTimeUsNotify.clear(); in onDownloadNext()
1518 CHECK(mStartTimeUsNotify != NULL); in onDownloadNext()
1519 mStartTimeUsNotify->post(); in onDownloadNext()
1520 mStartTimeUsNotify.clear(); in onDownloadNext()
1774 mStartTimeUsNotify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
[all …]
DPlaylistFetcher.h118 sp<AMessage> mStartTimeUsNotify; member