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 368 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 103 virtual String8 getMIMEType() const;
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 181 String8 MediaHTTP::getMIMEType() const {
187 status_t err = mHTTPConnection->getMIMEType(&mimeType);
  /frameworks/av/media/libstagefright/
DataSource.cpp 243 *contentType = httpSource->getMIMEType();
282 String8 DataSource::getMIMEType() const {
NuCachedSource2.cpp 674 String8 NuCachedSource2::getMIMEType() const {
675 return mSource->getMIMEType();
AwesomePlayer.cpp     [all...]
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 134 virtual status_t getMIMEType(String8 *mimeType) {

Completed in 699 milliseconds