OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHttpSource
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmediaplayer2/nuplayer2/
GenericSource2.cpp
93
mHttpSource
.clear();
371
mHttpSource
= DataSourceFactory::CreateMediaHTTP(mHTTPService);
372
if (
mHttpSource
== NULL) {
383
static_cast<HTTPBase *>(
mHttpSource
.get()));
462
mHttpSource
.clear();
506
httpSource =
mHttpSource
;
[
all
...]
GenericSource2.h
164
sp<DataSource>
mHttpSource
;
/frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.h
164
sp<DataSource>
mHttpSource
;
GenericSource.cpp
93
mHttpSource
.clear();
372
mHttpSource
= DataSourceFactory::CreateMediaHTTP(mHTTPService);
373
if (
mHttpSource
== NULL) {
384
static_cast<HTTPBase *>(
mHttpSource
.get()));
505
mHttpSource
.clear();
549
httpSource =
mHttpSource
;
[
all
...]
Completed in 224 milliseconds