Searched refs:srcUrl (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/
H A DIMediaMetadataRetriever.h39 const char *srcUrl,
/frameworks/av/media/libmedia/
H A Dmediametadataretriever.cpp100 const char *srcUrl,
109 if (srcUrl == NULL) {
113 ALOGV("data source (%s)", srcUrl);
114 return mRetriever->setDataSource(httpService, srcUrl, headers);
98 setDataSource( const sp<IMediaHTTPService> &httpService, const char *srcUrl, const KeyedVector<String8, String8> *headers) argument
H A DIMediaMetadataRetriever.cpp91 const char *srcUrl,
100 data.writeCString(srcUrl);
214 const char* srcUrl = data.readCString(); local
226 httpService, srcUrl, numHeaders > 0 ? &headers : NULL));
89 setDataSource( const sp<IMediaHTTPService> &httpService, const char *srcUrl, const KeyedVector<String8, String8> *headers) argument

Completed in 260 milliseconds