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

  /frameworks/av/media/libaaudio/examples/write_sine/src/
write_sine_callback.cpp 30 #define NUM_SECONDS 5
76 printf("Sleep for %d seconds while audio plays in a callback thread.\n", NUM_SECONDS);
77 for (int second = 0; second < NUM_SECONDS; second++)
write_sine.cpp 28 #define NUM_SECONDS 20
154 framesToPlay = actualSampleRate * NUM_SECONDS;
  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor_callback.cpp 29 #define NUM_SECONDS 5
39 const int loopsNeeded = NUM_SECONDS * displayRateHz;
61 printf("Sleep for %d seconds while audio record in a callback thread.\n", NUM_SECONDS);
96 printf("Sleep for %d seconds while audio records in a callback thread.\n", NUM_SECONDS);
input_monitor.cpp 30 #define NUM_SECONDS 10
132 framesToRecord = actualSampleRate * NUM_SECONDS;
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 41 private static final int NUM_SECONDS = 5;
102 delayedConfirmationView.setTotalTimeMs(NUM_SECONDS * 1000);
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 41 private static final int NUM_SECONDS = 5;
102 delayedConfirmationView.setTotalTimeMs(NUM_SECONDS * 1000);
  /development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
MainActivity.java 41 private static final int NUM_SECONDS = 5;
102 delayedConfirmationView.setTotalTimeMs(NUM_SECONDS * 1000);
  /developers/build/prebuilts/gradle/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 45 private static final int NUM_SECONDS = 5;
64 delayedConfirmationView.setTotalTimeMs(NUM_SECONDS * 1000);
  /developers/samples/android/wearable/wear/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 45 private static final int NUM_SECONDS = 5;
64 delayedConfirmationView.setTotalTimeMs(NUM_SECONDS * 1000);
  /development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
MainActivity.java 45 private static final int NUM_SECONDS = 5;
64 delayedConfirmationView.setTotalTimeMs(NUM_SECONDS * 1000);
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 33 #define NUM_SECONDS 7
385 loopbackData.audioRecorder.allocate(NUM_SECONDS * SAMPLE_RATE);
494 sleep(NUM_SECONDS);

Completed in 128 milliseconds