Searched defs:DataSource (Results 1 - 7 of 7) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointConfigStoreData.java72 private final DataSource mDataSource;
77 public interface DataSource { interface in class:PasspointConfigStoreData
108 DataSource dataSource) {
/frameworks/base/core/java/android/util/apk/
H A DApkSignatureSchemeV2Verifier.java404 // Each of these sections is represented as a separate DataSource instance below.
410 DataSource beforeApkSigningBlock =
412 DataSource centralDir =
421 DataSource eocd = new ByteBufferDataSource(eocdBuf);
434 new DataSource[] {beforeApkSigningBlock, centralDir, eocd});
452 DataSource[] contents) throws DigestException {
464 for (DataSource input : contents) {
503 for (DataSource input : contents) {
974 private static interface DataSource { interface in class:ApkSignatureSchemeV2Verifier
992 * {@link DataSource} whic
[all...]
/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java1103 values.dataSource = new PropertyValues.DataSource() {
1702 public DataSource dataSource = null;
1703 public interface DataSource { interface in class:PropertyValuesHolder.PropertyValues
/frameworks/av/include/media/stagefright/
H A DDataSource.h40 class DataSource : public RefBase { class in namespace:android
50 static sp<DataSource> CreateFromURI(
57 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
58 static sp<DataSource> CreateFromIDataSource(const sp<IDataSource> &source);
59 static sp<DataSource> CreateFromFd(int fd, int64_t offset, int64_t length);
61 DataSource() {} function in class:android::DataSource
121 // creates an IDataSource wrapper to the DataSource.
128 virtual ~DataSource() {}
131 DataSource(const DataSource
[all...]
/frameworks/av/media/libstagefright/foundation/include/
H A DDataSource.h40 class DataSource : public RefBase { class in namespace:android
50 static sp<DataSource> CreateFromURI(
57 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
58 static sp<DataSource> CreateFromIDataSource(const sp<IDataSource> &source);
59 static sp<DataSource> CreateFromFd(int fd, int64_t offset, int64_t length);
61 DataSource() {} function in class:android::DataSource
121 // creates an IDataSource wrapper to the DataSource.
128 virtual ~DataSource() {}
131 DataSource(const DataSource
[all...]
/frameworks/av/media/libstagefright/include/
H A DDataSource.h40 class DataSource : public RefBase { class in namespace:android
50 static sp<DataSource> CreateFromURI(
57 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
58 static sp<DataSource> CreateFromIDataSource(const sp<IDataSource> &source);
59 static sp<DataSource> CreateFromFd(int fd, int64_t offset, int64_t length);
61 DataSource() {} function in class:android::DataSource
121 // creates an IDataSource wrapper to the DataSource.
128 virtual ~DataSource() {}
131 DataSource(const DataSource
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp69 const sp<DataSource> &dataSource,
95 sp<DataSource> mDataSource;
187 struct MPEG4DataSource : public DataSource {
188 explicit MPEG4DataSource(const sp<DataSource> &source);
203 sp<DataSource> mSource;
214 MPEG4DataSource::MPEG4DataSource(const sp<DataSource> &source)
372 MPEG4Extractor::MPEG4Extractor(const sp<DataSource> &source)
606 const sp<DataSource> &DataSource, uint8_t *numOfBytes) {
613 if (DataSource
605 readSize(off64_t offset, const sp<DataSource> &DataSource, uint8_t *numOfBytes) argument
[all...]

Completed in 103 milliseconds