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

/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h38 virtual String8 getMIMEType() const { function in struct:android::ThrottledSource
39 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.h93 virtual String8 getMIMEType() const;
/frameworks/av/media/libstagefright/
H A DDataSource.cpp192 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.cpp2047 String8 contentType = dataSource->getMIMEType();
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp307 String8 ChromiumHTTPDataSource::getMIMEType() const { function in class:android::ChromiumHTTPDataSource

Completed in 89 milliseconds