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

  /frameworks/base/media/java/android/media/
IMediaHTTPConnection.aidl 31 String getMIMEType();
MediaHTTPConnection.java 376 public String getMIMEType() {
  /frameworks/av/include/media/
IMediaHTTPConnection.h 40 virtual status_t getMIMEType(String8 *mimeType) = 0;
  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 65 virtual String8 getMIMEType() const {
66 return mSource->getMIMEType();
DataUriSource.h 52 virtual String8 getMIMEType() const {
NuCachedSource2.h 49 virtual String8 getMIMEType() const;
  /frameworks/av/include/media/stagefright/
MediaHTTP.h 55 virtual String8 getMIMEType() const;
DataSource.h 108 virtual String8 getMIMEType() const;
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 187 String8 MediaHTTP::getMIMEType() const {
193 status_t err = mHTTPConnection->getMIMEType(&mimeType);
  /frameworks/av/media/libstagefright/
DataSource.cpp 246 *contentType = httpSource->getMIMEType();
289 String8 DataSource::getMIMEType() const {
NuCachedSource2.cpp 681 String8 NuCachedSource2::getMIMEType() const {
682 return mSource->getMIMEType();
AwesomePlayer.cpp     [all...]
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 149 virtual status_t getMIMEType(String8 *mimeType) {

Completed in 541 milliseconds