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

/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 DChromiumHTTPDataSource.h52 virtual String8 getMIMEType() const;
H A DNuCachedSource2.h47 virtual String8 getMIMEType() const;
/frameworks/av/include/media/stagefright/
H A DDataSource.h96 virtual String8 getMIMEType() const;
/frameworks/av/media/libstagefright/
H A DDataSource.cpp229 String8 DataSource::getMIMEType() const { function in class:android::DataSource
H A DNuCachedSource2.cpp627 String8 NuCachedSource2::getMIMEType() const { function in class:android::NuCachedSource2
628 return mSource->getMIMEType();
H A DAwesomePlayer.cpp2193 String8 contentType = dataSource->getMIMEType();
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp312 String8 ChromiumHTTPDataSource::getMIMEType() const { function in class:android::ChromiumHTTPDataSource

Completed in 731 milliseconds