OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DownloadState
(Results
1 - 5
of
5
) sorted by null
/device/google/contexthub/firmware/src/
nanohubCommand.c
71
struct
DownloadState
88
static struct
DownloadState
*mDownloadState;
277
mDownloadState = heapAlloc(sizeof(struct
DownloadState
));
282
memset(mDownloadState, 0x00, sizeof(struct
DownloadState
));
[
all
...]
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp
53
struct PlaylistFetcher::
DownloadState
: public RefBase {
54
DownloadState
();
82
PlaylistFetcher::
DownloadState
::
DownloadState
() {
86
bool PlaylistFetcher::
DownloadState
::hasSavedState() const {
90
void PlaylistFetcher::
DownloadState
::resetState() {
101
void PlaylistFetcher::
DownloadState
::restoreState(
122
void PlaylistFetcher::
DownloadState
::saveState(
171
mDownloadState(new
DownloadState
()),
[
all
...]