Home
last modified time | relevance | path

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

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