HomeSort by relevance Sort by last modified time
    Searched refs:getMIMEType (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 65 virtual String8 getMIMEType() const {
66 return mSource->getMIMEType();
DataUriSource.h 52 virtual String8 getMIMEType() const {
ChromiumHTTPDataSource.h 52 virtual String8 getMIMEType() const;
NuCachedSource2.h 47 virtual String8 getMIMEType() const;
  /frameworks/av/include/media/stagefright/
DataSource.h 96 virtual String8 getMIMEType() const;
  /frameworks/av/media/libstagefright/
DataSource.cpp 229 String8 DataSource::getMIMEType() const {
NuCachedSource2.cpp 627 String8 NuCachedSource2::getMIMEType() const {
628 return mSource->getMIMEType();
AwesomePlayer.cpp     [all...]
  /frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 312 String8 ChromiumHTTPDataSource::getMIMEType() const {

Completed in 94 milliseconds