Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp703 mStartTimeUsNotify = mNotify->dup(); in onStart()
704 mStartTimeUsNotify->setInt32("what", kWhatStartedAt); in onStart()
705 mStartTimeUsNotify->setString("uri", mURI); in onStart()
1443 CHECK(mStartTimeUsNotify != NULL); in onDownloadNext()
1444 mStartTimeUsNotify->post(); in onDownloadNext()
1445 mStartTimeUsNotify.clear(); in onDownloadNext()
1533 CHECK(mStartTimeUsNotify != NULL); in onDownloadNext()
1534 mStartTimeUsNotify->post(); in onDownloadNext()
1535 mStartTimeUsNotify.clear(); in onDownloadNext()
1789 mStartTimeUsNotify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
[all …]
DPlaylistFetcher.h118 sp<AMessage> mStartTimeUsNotify; member