OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMIMEType
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/media/java/android/media/
IMediaHTTPConnection.aidl
31
String
getMIMEType
();
MediaHTTPConnection.java
376
public String
getMIMEType
() {
/frameworks/av/include/media/
IMediaHTTPConnection.h
40
virtual status_t
getMIMEType
(String8 *mimeType) = 0;
/frameworks/av/media/libstagefright/include/
ThrottledSource.h
65
virtual String8
getMIMEType
() const {
66
return mSource->
getMIMEType
();
DataUriSource.h
52
virtual String8
getMIMEType
() const {
NuCachedSource2.h
49
virtual String8
getMIMEType
() const;
/frameworks/av/include/media/stagefright/
MediaHTTP.h
55
virtual String8
getMIMEType
() const;
DataSource.h
126
virtual String8
getMIMEType
() const;
/frameworks/av/media/libstagefright/http/
MediaHTTP.cpp
193
String8 MediaHTTP::
getMIMEType
() const {
199
status_t err = mHTTPConnection->
getMIMEType
(&mimeType);
/frameworks/av/media/libstagefright/
DataSource.cpp
251
*contentType = httpSource->
getMIMEType
();
294
String8 DataSource::
getMIMEType
() const {
NuCachedSource2.cpp
692
String8 NuCachedSource2::
getMIMEType
() const {
693
return mSource->
getMIMEType
();
/frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp
149
virtual status_t
getMIMEType
(String8 *mimeType) {
Completed in 126 milliseconds