Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DThrottledSource.h65 virtual String8 getMIMEType() const { in getMIMEType() function
66 return mSource->getMIMEType(); in getMIMEType()
DDataUriSource.h52 virtual String8 getMIMEType() const { in getMIMEType() function
DNuCachedSource2.h49 virtual String8 getMIMEType() const;
/frameworks/av/media/libstagefright/http/
DMediaHTTP.cpp187 String8 MediaHTTP::getMIMEType() const { in getMIMEType() function in android::MediaHTTP
193 status_t err = mHTTPConnection->getMIMEType(&mimeType); in getMIMEType()
/frameworks/base/media/java/android/media/
DIMediaHTTPConnection.aidl31 String getMIMEType(); in getMIMEType() method
DMediaHTTPConnection.java376 public String getMIMEType() { in getMIMEType() method in MediaHTTPConnection
/frameworks/av/include/media/
DIMediaHTTPConnection.h40 virtual status_t getMIMEType(String8 *mimeType) = 0;
/frameworks/av/media/libstagefright/
DDataSource.cpp246 *contentType = httpSource->getMIMEType(); in CreateFromURI()
289 String8 DataSource::getMIMEType() const { in getMIMEType() function in android::DataSource
DNuCachedSource2.cpp681 String8 NuCachedSource2::getMIMEType() const { in getMIMEType() function in android::NuCachedSource2
682 return mSource->getMIMEType(); in getMIMEType()
DAwesomePlayer.cpp2279 String8 contentType = mConnectingDataSource->getMIMEType(); in finishSetDataSource_l()
/frameworks/av/include/media/stagefright/
DMediaHTTP.h55 virtual String8 getMIMEType() const;
DDataSource.h108 virtual String8 getMIMEType() const;
/frameworks/av/media/libmedia/
DIMediaHTTPConnection.cpp149 virtual status_t getMIMEType(String8 *mimeType) { in getMIMEType() function