Home
last modified time | relevance | path

Searched refs:getBlockCount (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java53 int totalBlocks = stat.getBlockCount(); in onCreate()
81 int totalBlocks = stat.getBlockCount(); in fillupdisk()
/aosp14/frameworks/base/core/java/android/os/
H A DStatFs.java88 public int getBlockCount() { in getBlockCount() method in StatFs
/aosp14/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java262 public int getBlockCount() { in getBlockCount() method in MifareClassic
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DDiskStatsService.java163 long total = statfs.getBlockCount(); in reportFreeSpace()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1897 private int getBlockCount(int width, int height) { in getBlockCount() method in MediaCodecInfo.VideoCapabilities
1903 int targetBlockCount = getBlockCount(width, height); in findClosestSize()
1908 getBlockCount(size.getWidth(), size.getHeight())); in findClosestSize()
1920 Double ratio = getBlockCount(size.getWidth(), size.getHeight()) in estimateFrameRatesFor()
1921 / (double)Math.max(getBlockCount(width, height), 1); in estimateFrameRatesFor()
/aosp14/frameworks/base/services/incremental/
H A DServiceWrappers.cpp186 const auto counts = incfs::getBlockCount(control, path); in countFilledBlocks()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java373 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize(); in checkInt()
/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/core/api/
H A Dcurrent.txt29270 method public int getBlockCount();
33728 method @Deprecated public int getBlockCount();
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt12867 HSPLandroid/os/StatFs;->getBlockCount()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt12870 HSPLandroid/os/StatFs;->getBlockCount()I
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26953 Landroid/media/MediaCodecInfo$VideoCapabilities;->getBlockCount(II)I