Home
last modified time | relevance | path

Searched refs:getMIMEType (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/include/
DThrottledSource.h57 virtual String8 getMIMEType() const { in getMIMEType() function
58 return mSource->getMIMEType(); in getMIMEType()
/frameworks/av/media/libdatasource/
DMediaHTTP.cpp169 String8 MediaHTTP::getMIMEType() const { in getMIMEType() function in android::MediaHTTP
175 status_t err = mHTTPConnection->getMIMEType(&mimeType); in getMIMEType()
DDataSourceFactory.cpp90 *contentType = mediaHTTP->getMIMEType(); in CreateFromURI()
DNuCachedSource2.cpp696 String8 NuCachedSource2::getMIMEType() const { in getMIMEType() function in android::NuCachedSource2
697 return mSource->getMIMEType(); in getMIMEType()
/frameworks/base/media/java/android/media/
DIMediaHTTPConnection.aidl31 String getMIMEType(); in getMIMEType() method
DMediaHTTPConnection.java457 public synchronized String getMIMEType() { in getMIMEType() method in MediaHTTPConnection
/frameworks/av/media/libmedia/include/media/
DMediaHTTPConnection.h37 virtual status_t getMIMEType(String8 *mimeType) = 0;
DIMediaHTTPConnection.h39 virtual status_t getMIMEType(String8 *mimeType) = 0;
/frameworks/av/media/ndk/
DNdkMediaDataSourcePriv.h51 virtual String8 getMIMEType() const;
DNdkMediaDataSource.cpp101 String8 NdkDataSource::getMIMEType() const { in getMIMEType() function in NdkDataSource
/frameworks/av/media/libdatasource/include/datasource/
DMediaHTTP.h55 virtual String8 getMIMEType() const;
DNuCachedSource2.h49 virtual String8 getMIMEType() const;
/frameworks/av/include/media/
DDataSource.h64 virtual String8 getMIMEType() const { in getMIMEType() function
/frameworks/av/media/libstagefright/rtsp/fuzzer/
Dsdploader_fuzzer.cpp72 virtual status_t getMIMEType(String8* /*mimeType*/) {return mFdp->ConsumeIntegral<status_t>();} in getMIMEType() function
/frameworks/av/media/libmedia/
DIMediaHTTPConnection.cpp157 virtual status_t getMIMEType(String8 *mimeType) { in getMIMEType() function
/frameworks/av/media/libstagefright/httplive/fuzzer/
Dhttplive_fuzzer.cpp118 virtual status_t getMIMEType(String8 * /*mimeType*/) { return NO_ERROR; } in getMIMEType() function
/frameworks/av/media/libmediaplayerservice/fuzzer/
Dmediaplayer_fuzzer.cpp185 virtual status_t getMIMEType(String8* /*mimeType*/) { return NO_ERROR; } in getMIMEType() function
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt26367 Landroid/media/IMediaHTTPConnection$Stub$Proxy;->getMIMEType()Ljava/lang/String;
26383 Landroid/media/IMediaHTTPConnection;->getMIMEType()Ljava/lang/String;
26672 Landroid/media/Media2HTTPConnection;->getMIMEType()Ljava/lang/String;