Searched refs:getMIMEType (Results 1 – 12 of 12) sorted by relevance
65 virtual String8 getMIMEType() const { in getMIMEType() function66 return mSource->getMIMEType(); in getMIMEType()
52 virtual String8 getMIMEType() const { in getMIMEType() function
49 virtual String8 getMIMEType() const;
197 String8 MediaHTTP::getMIMEType() const { in getMIMEType() function in android::MediaHTTP203 status_t err = mHTTPConnection->getMIMEType(&mimeType); in getMIMEType()
31 String getMIMEType(); in getMIMEType() method
376 public String getMIMEType() { in getMIMEType() method in MediaHTTPConnection
40 virtual status_t getMIMEType(String8 *mimeType) = 0;
251 *contentType = httpSource->getMIMEType(); in CreateFromURI()294 String8 DataSource::getMIMEType() const { in getMIMEType() function in android::DataSource
692 String8 NuCachedSource2::getMIMEType() const { in getMIMEType() function in android::NuCachedSource2693 return mSource->getMIMEType(); in getMIMEType()
55 virtual String8 getMIMEType() const;
126 virtual String8 getMIMEType() const;
149 virtual status_t getMIMEType(String8 *mimeType) { in getMIMEType() function