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

  /frameworks/av/media/libmediaextractor/include/media/
DataSource.h 68 virtual String8 getMIMEType() const {
  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 61 virtual String8 getMIMEType() const {
62 return mSource->getMIMEType();
  /frameworks/base/media/jni/
android_media_Media2DataSource.cpp 155 String8 JMedia2DataSource::getMIMEType() const {
android_media_Media2HTTPConnection.cpp 70 "getMIMEType",
148 status_t JMedia2HTTPConnection::getMIMEType(String8 *mimeType) {
  /frameworks/av/media/ndk/
NdkMediaDataSource.cpp 85 String8 NdkDataSource::getMIMEType() const {
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 157 virtual status_t getMIMEType(String8 *mimeType) {
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 191 String8 MediaHTTP::getMIMEType() const {
197 status_t err = mHTTPConnection->getMIMEType(&mimeType);
  /frameworks/base/media/java/android/media/
Media2HTTPConnection.java 370 public String getMIMEType() {
MediaHTTPConnection.java 384 public synchronized String getMIMEType() {
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 688 String8 NuCachedSource2::getMIMEType() const {
689 return mSource->getMIMEType();
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 

Completed in 1913 milliseconds