Home
last modified time | relevance | path

Searched defs:Progress (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/tools/ahat/src/main/com/android/ahat/progress/
H A DProgress.java22 public interface Progress { interface
/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DTranscoderWrapper.h69 Progress, enumerator
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java534 private static class Progress extends TileDrawable { class in ExtendedBitmapDrawable
538 public Progress(Drawable progress, Resources res, in Progress() method in ExtendedBitmapDrawable.Progress
/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DInstallationAsyncTask.java107 static class Progress { class in InstallationAsyncTask
113 Progress(String partitionName, long partitionSize, int numInstalledPartitions) { in Progress() method in InstallationAsyncTask.Progress
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DSeekBarViewModel.kt412 data class Progress( dataClass
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp3301 Progress::Progress(const std::string& path) : Progress(Progress::kDefaultMax, 1.1, path) { in Progress() function in Progress
3304 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress() function in Progress
3309 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress() function in Progress
/aosp12/bionic/tests/
H A Dpthread_test.cpp916 enum Progress { enum
1473 enum Progress { enum in pthread_CondWakeupTest
2169 enum Progress { enum in MutexWakeupHelper
2252 enum Progress { enum in PIMutexWakeupHelper