OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateMediaHTTP
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/include/media/stagefright/
DataSource.h
56
static sp<DataSource>
CreateMediaHTTP
(const sp<IMediaHTTPService> &httpService);
/frameworks/av/media/libstagefright/
DataSource.cpp
277
sp<DataSource> DataSource::
CreateMediaHTTP
(const sp<IMediaHTTPService> &httpService) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp
386
mHttpSource = DataSource::
CreateMediaHTTP
(mHTTPService);
[
all
...]
Completed in 111 milliseconds