Searched refs:actualFlags (Results 1 – 2 of 2) sorted by relevance
214 audio_output_flags_t actualFlags = mAudioTrack->getFlags(); in open() local217 if ((actualFlags & AUDIO_OUTPUT_FLAG_FAST) != 0) { in open()219 } else if ((actualFlags & AUDIO_OUTPUT_FLAG_DEEP_BUFFER) != 0) { in open()227 ALOGW_IF(actualFlags != flags, in open()229 flags, actualFlags); in open()
241 audio_input_flags_t actualFlags = mAudioRecord->getFlags(); in open() local244 if ((actualFlags & (AUDIO_INPUT_FLAG_FAST)) in open()253 ALOGW_IF(actualFlags != flags, in open()255 flags, actualFlags); in open()