OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMIMEType
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/media/libstagefright/include/
ThrottledSource.h
65
virtual String8
getMIMEType
() const {
66
return mSource->
getMIMEType
();
DataUriSource.h
52
virtual String8
getMIMEType
() const {
ChromiumHTTPDataSource.h
52
virtual String8
getMIMEType
() const;
NuCachedSource2.h
47
virtual String8
getMIMEType
() const;
/frameworks/av/include/media/stagefright/
DataSource.h
95
virtual String8
getMIMEType
() const;
/frameworks/av/media/libstagefright/
DataSource.cpp
240
String8 DataSource::
getMIMEType
() const {
NuCachedSource2.cpp
627
String8 NuCachedSource2::
getMIMEType
() const {
628
return mSource->
getMIMEType
();
AwesomePlayer.cpp
[
all
...]
/frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp
317
String8 ChromiumHTTPDataSource::
getMIMEType
() const {
Completed in 131 milliseconds