Home
last modified time | relevance | path

Searched refs:runOnLooper (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraFunctionalTest.java98 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper() method in CameraFunctionalTest
132 runOnLooper(new Runnable() { in testFunctionalCameraExposureCompensation()
163 runOnLooper(new Runnable() { in testFunctionalCameraFlashModes()
194 runOnLooper(new Runnable() { in testFunctionalCameraFocusModes()
225 runOnLooper(new Runnable() { in testFunctionalCameraWhiteBalance()
H A DCameraPairwiseTest.java106 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper() method in CameraPairwiseTest
386 runOnLooper(new Runnable() { in genericPairwiseTestCase()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java113 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper() method in CameraStressTest
148 runOnLooper(new Runnable() { in testStressCameraSceneModes()
195 runOnLooper(new Runnable() { in testStressCameraZoom()
H A DMediaRecorderStressTest.java118 private void runOnLooper(final Runnable command) throws InterruptedException { in runOnLooper() method in MediaRecorderStressTest
213 runOnLooper(new Runnable() { in recordVideoAndPlayback()
316 runOnLooper(new Runnable() { in testStressTimeLapse()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarServiceUtils.java85 runOnLooper(Looper.getMainLooper(), action); in runOnMain()
93 public static void runOnLooper(Looper looper, Runnable action) { in runOnLooper() method in CarServiceUtils