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

  /frameworks/av/media/libaaudio/src/core/
AudioStream.cpp 49 mPerformanceMode = builder.getPerformanceMode();
63 mDeviceId, mPerformanceMode, mFramesPerDataCallback);
88 switch(mPerformanceMode) {
94 ALOGE("AudioStream::open(): illegal performanceMode %d", mPerformanceMode);
AudioStreamBuilder.h 104 return mPerformanceMode;
108 mPerformanceMode = performanceMode;
177 aaudio_performance_mode_t mPerformanceMode = AAUDIO_PERFORMANCE_MODE_NONE;
AudioStream.h 154 return mPerformanceMode;
158 mPerformanceMode = performanceMode;
305 aaudio_performance_mode_t mPerformanceMode = AAUDIO_PERFORMANCE_MODE_NONE;
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 107 ar->mPerformanceMode = perfMode;
153 switch (ar->mPerformanceMode) {
422 ar->mPerformanceMode = ANDROID_PERFORMANCE_MODE_DEFAULT;
597 if (ar->mPerformanceMode == ANDROID_PERFORMANCE_MODE_LATENCY) {
599 ar->mPerformanceMode = ANDROID_PERFORMANCE_MODE_LATENCY_EFFECTS;
602 if (ar->mPerformanceMode == ANDROID_PERFORMANCE_MODE_LATENCY_EFFECTS) {
604 ar->mPerformanceMode = ANDROID_PERFORMANCE_MODE_NONE;
614 switch (ar->mPerformanceMode) {
620 ar->mPerformanceMode = ANDROID_PERFORMANCE_MODE_LATENCY_EFFECTS;
624 ar->mPerformanceMode = ANDROID_PERFORMANCE_MODE_NONE
    [all...]
AudioPlayer_to_android.cpp 557 ap->mPerformanceMode = perfMode;
600 switch (ap->mPerformanceMode) {
    [all...]
  /frameworks/wilhelm/src/
classes.h 121 SLuint32 mPerformanceMode;
165 SLuint32 mPerformanceMode;
  /frameworks/base/media/java/android/media/
AudioTrack.java     [all...]

Completed in 945 milliseconds