OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRefreshState
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h
128
RefreshState
mRefreshState
;
PlaylistFetcher.cpp
73
mRefreshState
(INITIAL_MINIMUM_RELOAD_DELAY),
119
CHECK_EQ((int)
mRefreshState
, (int)INITIAL_MINIMUM_RELOAD_DELAY);
134
switch (
mRefreshState
) {
686
if (
mRefreshState
!= THIRD_UNCHANGED_RELOAD_ATTEMPT) {
687
mRefreshState
= (RefreshState)(
mRefreshState
+ 1);
695
mRefreshState
= INITIAL_MINIMUM_RELOAD_DELAY;
[
all
...]
LiveSession.cpp
773
(int)
mRefreshState
);
[
all
...]
Completed in 36 milliseconds