Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp631 mStartTimeUsNotify = mNotify->dup(); in onStart()
632 mStartTimeUsNotify->setInt32("what", kWhatStartedAt); in onStart()
633 mStartTimeUsNotify->setString("uri", mURI); in onStart()
1335 CHECK(mStartTimeUsNotify != NULL); in onDownloadNext()
1336 mStartTimeUsNotify->post(); in onDownloadNext()
1337 mStartTimeUsNotify.clear(); in onDownloadNext()
1425 CHECK(mStartTimeUsNotify != NULL); in onDownloadNext()
1426 mStartTimeUsNotify->post(); in onDownloadNext()
1427 mStartTimeUsNotify.clear(); in onDownloadNext()
1675 mStartTimeUsNotify = mNotify->dup(); in extractAndQueueAccessUnitsFromTs()
[all …]
DPlaylistFetcher.h117 sp<AMessage> mStartTimeUsNotify; member