Home
last modified time | relevance | path

Searched refs:getMIMEType (Results 1 – 12 of 12) 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.cpp197 String8 MediaHTTP::getMIMEType() const { in getMIMEType() function in android::MediaHTTP
203 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.cpp251 *contentType = httpSource->getMIMEType(); in CreateFromURI()
294 String8 DataSource::getMIMEType() const { in getMIMEType() function in android::DataSource
DNuCachedSource2.cpp692 String8 NuCachedSource2::getMIMEType() const { in getMIMEType() function in android::NuCachedSource2
693 return mSource->getMIMEType(); in getMIMEType()
/frameworks/av/include/media/stagefright/
DMediaHTTP.h55 virtual String8 getMIMEType() const;
DDataSource.h126 virtual String8 getMIMEType() const;
/frameworks/av/media/libmedia/
DIMediaHTTPConnection.cpp149 virtual status_t getMIMEType(String8 *mimeType) { in getMIMEType() function