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