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

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

Completed in 205 milliseconds