OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resumeUntilAsync
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h
80
void
resumeUntilAsync
(const sp<AMessage> ¶ms);
PlaylistFetcher.cpp
544
void PlaylistFetcher::
resumeUntilAsync
(const sp<AMessage> ¶ms) {
545
FLOGV("
resumeUntilAsync
: params=%s", params->debugString().c_str());
[
all
...]
LiveSession.cpp
854
ALOGV("finish switch with
resumeUntilAsync
");
858
info.mFetcher->
resumeUntilAsync
(stopParams);
[
all
...]
Completed in 46 milliseconds