OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFetcherInfos
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/httplive/
LiveSession.cpp
667
ssize_t index =
mFetcherInfos
.indexOfKey(uri);
674
mFetcherInfos
[index].mFetcher->getFetcherID(),
680
mFetcherInfos
[index].mFetcher->id());
681
mFetcherInfos
.removeItemsAt(index);
710
ssize_t index =
mFetcherInfos
.indexOfKey(uri);
712
FetcherInfo *info = &
mFetcherInfos
.editValueFor(uri);
738
ssize_t i =
mFetcherInfos
.indexOfKey(uri);
740
const sp<PlaylistFetcher> &fetcher =
mFetcherInfos
.valueAt(i).mFetcher;
790
ssize_t index =
mFetcherInfos
.indexOfKey(oldUri);
815
ssize_t index =
mFetcherInfos
.indexOfKey(uri)
[
all
...]
LiveSession.h
211
KeyedVector<AString, FetcherInfo>
mFetcherInfos
;
Completed in 46 milliseconds