Home
last modified time | relevance | path

Searched refs:DataSource (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DViewPipeline.kt30 interface DataSource<out T> { regex
41 fun <S, T> DataSource<S>.map(mapper: (S) -> T): DataSource<T> = object : DataSource<T> {
/aosp14/frameworks/base/core/java/android/util/apk/
H A DDataSource.java27 interface DataSource { interface
50 static @NonNull DataSource create(@NonNull FileDescriptor fd, long pos, long size) { in create()
H A DVerityBuilder.java255 private static void consumeByChunk(DataDigester digester, DataSource source, int chunkSize) in consumeByChunk()
278 DataSource.create(file.getFD(), 0, file.length()), in generateFsVerityDigestAtLeafLevel()
299 DataSource.create(apk.getFD(), 0, signatureInfo.apkSigningBlockOffset), in generateApkVerityDigestAtLeafLevel()
307 DataSource.create(apk.getFD(), signatureInfo.centralDirOffset, in generateApkVerityDigestAtLeafLevel()
322 DataSource.create(apk.getFD(), offsetAfterEocdCdOffsetField, in generateApkVerityDigestAtLeafLevel()
351 DataSource source = new ByteBufferDataSource(inputBuffer); in generateFsVerityTreeInternal()
381 DataSource source = new ByteBufferDataSource(inputBuffer); in generateVerityTreeInternal()
H A DApkSigningBlockUtils.java202 DataSource beforeApkSigningBlock = in computeContentDigestsPer1MbChunk()
203 DataSource.create(apkFileDescriptor, 0, signatureInfo.apkSigningBlockOffset); in computeContentDigestsPer1MbChunk()
204 DataSource centralDir = in computeContentDigestsPer1MbChunk()
205 DataSource.create( in computeContentDigestsPer1MbChunk()
214 DataSource eocd = new ByteBufferDataSource(eocdBuf); in computeContentDigestsPer1MbChunk()
217 new DataSource[]{beforeApkSigningBlock, centralDir, eocd}); in computeContentDigestsPer1MbChunk()
222 DataSource[] contents) throws DigestException { in computeContentDigestsPer1MbChunk()
234 for (DataSource input : contents) { in computeContentDigestsPer1MbChunk()
274 for (DataSource input : contents) { in computeContentDigestsPer1MbChunk()
H A DByteBufferDataSource.java26 class ByteBufferDataSource implements DataSource {
H A DReadFileDataSource.java31 class ReadFileDataSource implements DataSource {
H A DMemoryMappedFileDataSource.java33 class MemoryMappedFileDataSource implements DataSource {
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h46 status_t setDataSource(const sp<DataSource> &source);
H A Dandroid_media_MediaExtractor.cpp94 status_t JMediaExtractor::setDataSource(const sp<DataSource> &datasource) { in setDataSource()
831 sp<DataSource> bridge = in android_media_MediaExtractor_setDataSourceCallback()
/aosp14/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java1103 values.dataSource = new PropertyValues.DataSource() { in getPropertyValues()
1702 public DataSource dataSource = null;
1703 public interface DataSource { interface in PropertyValuesHolder.PropertyValues
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java1514 PropertyValuesHolder.PropertyValues.DataSource dataSource, long duration) { in createFloatDataPoints()
1526 PropertyValuesHolder.PropertyValues.DataSource dataSource, long duration) { in createIntDataPoints()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes145 android.animation.PropertyValuesHolder$PropertyValues$DataSource
8315 android.util.apk.DataSource
14017 [Landroid.util.apk.DataSource;
H A Dboot-image-profile.txt22925 Landroid/animation/PropertyValuesHolder$PropertyValues$DataSource;
31113 Landroid/util/apk/DataSource;
36826 [Landroid/util/apk/DataSource;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes145 android.animation.PropertyValuesHolder$PropertyValues$DataSource
8346 android.util.apk.DataSource
17012 [Landroid.util.apk.DataSource;
H A Dboot-image-profile.txt33028 Landroid/animation/PropertyValuesHolder$PropertyValues$DataSource;
41247 Landroid/util/apk/DataSource;
49929 [Landroid/util/apk/DataSource;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1089 Landroid/animation/PropertyValuesHolder$PropertyValues$DataSource;->getValueAtFraction(F)Ljava/lang…
1091 …lder$PropertyValues;->dataSource:Landroid/animation/PropertyValuesHolder$PropertyValues$DataSource;
16654 …orRT;->createFloatDataPoints(Landroid/animation/PropertyValuesHolder$PropertyValues$DataSource;J)[F
16655 …atorRT;->createIntDataPoints(Landroid/animation/PropertyValuesHolder$PropertyValues$DataSource;J)[I