Home
last modified time | relevance | path

Searched refs:loopCount (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/tests/JankBench/app/src/main/jni/
H A Dtest.cpp125 size_t loopCount = 0; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest() local
129 loopCount++; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
131 if (loopCount == 0) { in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
132 loopCount = 1; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
135 size_t count = loopCount; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
137 while (loopCount > 0) { in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
139 loopCount--; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java123 int loopCount = 6; in performSurfacePlacement() local
128 loopCount--; in performSurfacePlacement()
129 } while (mTraversalScheduled && loopCount > 0); in performSurfacePlacement()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedImageDrawable.java155 public void setLoopCount(int loopCount) { in setLoopCount() argument
156 setRepeatCount(loopCount); in setLoopCount()
184 public int getLoopCount(int loopCount) { in getLoopCount() argument
/aosp14/frameworks/base/libs/hwui/jni/
H A DAnimatedImageDrawable.cpp176 jint loopCount) { in AnimatedImageDrawable_nSetRepeatCount() argument
178 drawable->setRepetitionCount(loopCount); in AnimatedImageDrawable_nSetRepeatCount()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceTest.java157 final int loopCount = 10000; in testMultithreadCacheStressTest() local
161 for (int i = 0; i < loopCount; ++i) { in testMultithreadCacheStressTest()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioTrack.java2905 @IntRange (from = 0) int endInFrames, @IntRange (from = -1) int loopCount) { in setLoopPoints()
2910 if (loopCount == 0) { in setLoopPoints()
2916 return native_set_loop(startInFrames, endInFrames, loopCount); in setLoopPoints()
4498 private native final int native_set_loop(int start, int end, int loopCount); in native_set_loop() argument
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp1073 jint loopStart, jint loopEnd, jint loopCount) { in android_media_AudioTrack_set_loop() argument
1080 return nativeToJavaStatus( lpTrack->setLoop(loopStart, loopEnd, loopCount) ); in android_media_AudioTrack_set_loop()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...