Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp707 mStartTimeUsNotify = mNotify->dup(); in onStart()
708 mStartTimeUsNotify->setInt32("what", kWhatStartedAt); in onStart()
709 mStartTimeUsNotify->setString("uri", mURI); in onStart()
1457 CHECK(mStartTimeUsNotify != NULL); in onDownloadNext()
1458 mStartTimeUsNotify->post(); in onDownloadNext()
1459 mStartTimeUsNotify.clear(); in onDownloadNext()
1547 CHECK(mStartTimeUsNotify != NULL); in onDownloadNext()
1548 mStartTimeUsNotify->post(); in onDownloadNext()
1549 mStartTimeUsNotify.clear(); in onDownloadNext()
1803 mStartTimeUsNotify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
[all …]
DPlaylistFetcher.h118 sp<AMessage> mStartTimeUsNotify; member