HomeSort by relevance Sort by last modified time
    Searched refs:runOnLooper (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraFunctionalTest.java 98 private void runOnLooper(final Runnable command) throws InterruptedException {
132 runOnLooper(new Runnable() {
163 runOnLooper(new Runnable() {
194 runOnLooper(new Runnable() {
225 runOnLooper(new Runnable() {
CameraPairwiseTest.java 106 private void runOnLooper(final Runnable command) throws InterruptedException {
386 runOnLooper(new Runnable() {
  /packages/services/Car/service/src/com/android/car/
CarServiceUtils.java 72 runOnLooper(Looper.getMainLooper(), action);
80 public static void runOnLooper(Looper looper, Runnable action) {
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 135 private void runOnLooper(final Runnable command) throws InterruptedException {
185 runOnLooper(new Runnable() {
257 runOnLooper(new Runnable() {
311 runOnLooper(new Runnable() {
349 runOnLooper(new Runnable() {
418 runOnLooper(new Runnable() {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
CameraStressTest.java 111 private void runOnLooper(final Runnable command) throws InterruptedException {
146 runOnLooper(new Runnable() {
193 runOnLooper(new Runnable() {
MediaRecorderStressTest.java 118 private void runOnLooper(final Runnable command) throws InterruptedException {
213 runOnLooper(new Runnable() {
316 runOnLooper(new Runnable() {

Completed in 143 milliseconds