Searched refs:getMIMEType (Results 1 – 13 of 13) sorted by relevance
65 virtual String8 getMIMEType() const { in getMIMEType() function66 return mSource->getMIMEType(); in getMIMEType()
52 virtual String8 getMIMEType() const { in getMIMEType() function
55 virtual String8 getMIMEType() const;
49 virtual String8 getMIMEType() const;
117 virtual String8 getMIMEType() const;
31 String getMIMEType(); in getMIMEType() method
382 public String getMIMEType() { in getMIMEType() method in MediaHTTPConnection
153 *contentType = httpSource->getMIMEType(); in CreateFromURI()196 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()
197 String8 MediaHTTP::getMIMEType() const { in getMIMEType() function in android::MediaHTTP203 status_t err = mHTTPConnection->getMIMEType(&mimeType); in getMIMEType()
40 virtual status_t getMIMEType(String8 *mimeType) = 0;
157 virtual status_t getMIMEType(String8 *mimeType) { in getMIMEType() function