/frameworks/av/media/libstagefright/include/ |
D | ThrottledSource.h | 57 virtual String8 getMIMEType() const { in getMIMEType() function 58 return mSource->getMIMEType(); in getMIMEType()
|
/frameworks/av/media/libdatasource/ |
D | MediaHTTP.cpp | 169 String8 MediaHTTP::getMIMEType() const { in getMIMEType() function in android::MediaHTTP 175 status_t err = mHTTPConnection->getMIMEType(&mimeType); in getMIMEType()
|
D | DataSourceFactory.cpp | 90 *contentType = mediaHTTP->getMIMEType(); in CreateFromURI()
|
D | NuCachedSource2.cpp | 696 String8 NuCachedSource2::getMIMEType() const { in getMIMEType() function in android::NuCachedSource2 697 return mSource->getMIMEType(); in getMIMEType()
|
/frameworks/base/media/java/android/media/ |
D | IMediaHTTPConnection.aidl | 31 String getMIMEType(); in getMIMEType() method
|
D | MediaHTTPConnection.java | 457 public synchronized String getMIMEType() { in getMIMEType() method in MediaHTTPConnection
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaHTTPConnection.h | 37 virtual status_t getMIMEType(String8 *mimeType) = 0;
|
D | IMediaHTTPConnection.h | 39 virtual status_t getMIMEType(String8 *mimeType) = 0;
|
/frameworks/av/media/ndk/ |
D | NdkMediaDataSourcePriv.h | 51 virtual String8 getMIMEType() const;
|
D | NdkMediaDataSource.cpp | 101 String8 NdkDataSource::getMIMEType() const { in getMIMEType() function in NdkDataSource
|
/frameworks/av/media/libdatasource/include/datasource/ |
D | MediaHTTP.h | 55 virtual String8 getMIMEType() const;
|
D | NuCachedSource2.h | 49 virtual String8 getMIMEType() const;
|
/frameworks/av/include/media/ |
D | DataSource.h | 64 virtual String8 getMIMEType() const { in getMIMEType() function
|
/frameworks/av/media/libstagefright/rtsp/fuzzer/ |
D | sdploader_fuzzer.cpp | 72 virtual status_t getMIMEType(String8* /*mimeType*/) {return mFdp->ConsumeIntegral<status_t>();} in getMIMEType() function
|
/frameworks/av/media/libmedia/ |
D | IMediaHTTPConnection.cpp | 157 virtual status_t getMIMEType(String8 *mimeType) { in getMIMEType() function
|
/frameworks/av/media/libstagefright/httplive/fuzzer/ |
D | httplive_fuzzer.cpp | 118 virtual status_t getMIMEType(String8 * /*mimeType*/) { return NO_ERROR; } in getMIMEType() function
|
/frameworks/av/media/libmediaplayerservice/fuzzer/ |
D | mediaplayer_fuzzer.cpp | 185 virtual status_t getMIMEType(String8* /*mimeType*/) { return NO_ERROR; } in getMIMEType() function
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 26367 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;
|