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

  /frameworks/av/services/audioflinger/
PatchPanel.cpp 500 audio_output_flags_t outputFlags = mAudioPatch.sinks[0].config_mask & AUDIO_PORT_CONFIG_FLAGS ?
510 outputFlags = (audio_output_flags_t) (outputFlags | AUDIO_OUTPUT_FLAG_FAST);
512 outputFlags = (audio_output_flags_t) (outputFlags & ~AUDIO_OUTPUT_FLAG_FAST);
526 outputFlags);
    [all...]
Threads.cpp     [all...]
AudioFlinger.cpp 835 const audio_output_flags_t outputFlags =
    [all...]

Completed in 306 milliseconds