Searched defs:getMIMEType (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DDataUriSource.h52 virtual String8 getMIMEType() const { function in class:android::DataUriSource
H A DThrottledSource.h65 virtual String8 getMIMEType() const { function in struct:android::ThrottledSource
66 return mSource->getMIMEType();
/frameworks/av/media/libstagefright/foundation/include/
H A DDataUriSource.h52 virtual String8 getMIMEType() const { function in class:android::DataUriSource
H A DThrottledSource.h65 virtual String8 getMIMEType() const { function in struct:android::ThrottledSource
66 return mSource->getMIMEType();
/frameworks/av/media/libstagefright/include/
H A DDataUriSource.h52 virtual String8 getMIMEType() const { function in class:android::DataUriSource
H A DThrottledSource.h65 virtual String8 getMIMEType() const { function in struct:android::ThrottledSource
66 return mSource->getMIMEType();
/frameworks/av/media/libmedia/
H A DIMediaHTTPConnection.cpp157 virtual status_t getMIMEType(String8 *mimeType) { function in struct:android::BpMediaHTTPConnection
/frameworks/av/media/libstagefright/
H A DDataSource.cpp153 *contentType = httpSource->getMIMEType();
196 String8 DataSource::getMIMEType() const { function in class:android::DataSource
H A DNuCachedSource2.cpp692 String8 NuCachedSource2::getMIMEType() const { function in class:android::NuCachedSource2
693 return mSource->getMIMEType();
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp197 String8 MediaHTTP::getMIMEType() const { function in class:android::MediaHTTP
203 status_t err = mHTTPConnection->getMIMEType(&mimeType);
/frameworks/base/media/java/android/media/
H A DMediaHTTPConnection.java382 public String getMIMEType() { method in class:MediaHTTPConnection

Completed in 291 milliseconds