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
49 virtual String8 getMIMEType() const;
187 String8 MediaHTTP::getMIMEType() const { in getMIMEType() function in android::MediaHTTP193 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;
246 *contentType = httpSource->getMIMEType(); in CreateFromURI()289 String8 DataSource::getMIMEType() const { in getMIMEType() function in android::DataSource
681 String8 NuCachedSource2::getMIMEType() const { in getMIMEType() function in android::NuCachedSource2682 return mSource->getMIMEType(); in getMIMEType()
2279 String8 contentType = mConnectingDataSource->getMIMEType(); in finishSetDataSource_l()
55 virtual String8 getMIMEType() const;
108 virtual String8 getMIMEType() const;
149 virtual status_t getMIMEType(String8 *mimeType) { in getMIMEType() function