/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/ |
H A D | ViewPipeline.kt | 30 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 D | DataSource.java | 27 interface DataSource { interface 50 static @NonNull DataSource create(@NonNull FileDescriptor fd, long pos, long size) { in create()
|
H A D | VerityBuilder.java | 255 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 D | ApkSigningBlockUtils.java | 202 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 D | ByteBufferDataSource.java | 26 class ByteBufferDataSource implements DataSource {
|
H A D | ReadFileDataSource.java | 31 class ReadFileDataSource implements DataSource {
|
H A D | MemoryMappedFileDataSource.java | 33 class MemoryMappedFileDataSource implements DataSource {
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaExtractor.h | 46 status_t setDataSource(const sp<DataSource> &source);
|
H A D | android_media_MediaExtractor.cpp | 94 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 D | PropertyValuesHolder.java | 1103 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 D | AnimatedVectorDrawable.java | 1514 PropertyValuesHolder.PropertyValues.DataSource dataSource, long duration) { in createFloatDataPoints() 1526 PropertyValuesHolder.PropertyValues.DataSource dataSource, long duration) { in createIntDataPoints()
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 145 android.animation.PropertyValuesHolder$PropertyValues$DataSource 8315 android.util.apk.DataSource 14017 [Landroid.util.apk.DataSource;
|
H A D | boot-image-profile.txt | 22925 Landroid/animation/PropertyValuesHolder$PropertyValues$DataSource; 31113 Landroid/util/apk/DataSource; 36826 [Landroid/util/apk/DataSource;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 145 android.animation.PropertyValuesHolder$PropertyValues$DataSource 8346 android.util.apk.DataSource 17012 [Landroid.util.apk.DataSource;
|
H A D | boot-image-profile.txt | 33028 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 1089 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
|