Searched defs:DataUriSource (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/chromium_http/
H A DDataUriSource.cpp17 #include <include/DataUriSource.h>
25 DataUriSource::DataUriSource(const char *uri) : function in class:android::DataUriSource
47 ssize_t DataUriSource::readAt(off64_t offset, void *out, size_t size) {
/frameworks/av/media/libstagefright/include/
H A DDataUriSource.h29 class DataUriSource : public DataSource { class in namespace:android
31 DataUriSource(const char *uri);
57 virtual ~DataUriSource() {
70 DataUriSource(const DataUriSource &);
71 DataUriSource &operator=(const DataUriSource &);

Completed in 94 milliseconds