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

  /frameworks/av/media/libstagefright/include/
DataUriSource.h 52 virtual String8 getMIMEType() const {
ThrottledSource.h 65 virtual String8 getMIMEType() const {
66 return mSource->getMIMEType();
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 149 virtual status_t getMIMEType(String8 *mimeType) {
  /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();
  /frameworks/base/media/java/android/media/
MediaHTTPConnection.java 376 public String getMIMEType() {

Completed in 236 milliseconds