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

  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 65 virtual String8 getMIMEType() const {
66 return mSource->getMIMEType();
  /frameworks/av/media/libstagefright/include/media/stagefright/
DataUriSource.h 52 virtual String8 getMIMEType() const {
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 157 virtual status_t getMIMEType(String8 *mimeType) {
  /frameworks/av/media/libstagefright/
DataSource.cpp 195 *contentType = httpSource->getMIMEType();
238 String8 DataSource::getMIMEType() const {
NuCachedSource2.cpp 692 String8 NuCachedSource2::getMIMEType() const {
693 return mSource->getMIMEType();
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 197 String8 MediaHTTP::getMIMEType() const {
203 status_t err = mHTTPConnection->getMIMEType(&mimeType);
  /frameworks/base/media/java/android/media/
MediaHTTPConnection.java 382 public String getMIMEType() {

Completed in 6577 milliseconds