OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postMonitorQueue
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h
156
void
postMonitorQueue
(int64_t delayUs = 0, int64_t minDelayUs = 0);
PlaylistFetcher.cpp
313
void PlaylistFetcher::
postMonitorQueue
(int64_t delayUs, int64_t minDelayUs) {
495
postMonitorQueue
();
574
postMonitorQueue
();
671
postMonitorQueue
(delayUs, mPrepared ? targetDurationUs * 2 : 0);
777
postMonitorQueue
(delayUs);
917
postMonitorQueue
();
994
postMonitorQueue
();
[
all
...]
Completed in 29 milliseconds