Searched refs:getMIMEType (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIMediaHTTPConnection.aidl31 String getMIMEType();
H A DMediaHTTPConnection.java376 public String getMIMEType() { method in class:MediaHTTPConnection
/frameworks/av/include/media/
H A DIMediaHTTPConnection.h40 virtual status_t getMIMEType(String8 *mimeType) = 0;
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h65 virtual String8 getMIMEType() const { function in struct:android::ThrottledSource
66 return mSource->getMIMEType();
H A DDataUriSource.h52 virtual String8 getMIMEType() const { function in class:android::DataUriSource
H A DNuCachedSource2.h49 virtual String8 getMIMEType() const;
/frameworks/av/include/media/stagefright/
H A DMediaHTTP.h55 virtual String8 getMIMEType() const;
H A DDataSource.h108 virtual String8 getMIMEType() const;
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp187 String8 MediaHTTP::getMIMEType() const { function in class:android::MediaHTTP
193 status_t err = mHTTPConnection->getMIMEType(&mimeType);
/frameworks/av/media/libstagefright/
H A DDataSource.cpp246 *contentType = httpSource->getMIMEType();
289 String8 DataSource::getMIMEType() const { function in class:android::DataSource
H A DNuCachedSource2.cpp681 String8 NuCachedSource2::getMIMEType() const { function in class:android::NuCachedSource2
682 return mSource->getMIMEType();
H A DAwesomePlayer.cpp2276 // force connection at this point, to avoid a race condition between getMIMEType and the
2279 String8 contentType = mConnectingDataSource->getMIMEType();
/frameworks/av/media/libmedia/
H A DIMediaHTTPConnection.cpp149 virtual status_t getMIMEType(String8 *mimeType) { function in struct:android::BpMediaHTTPConnection

Completed in 213 milliseconds