Searched refs:actualFlags (Results 1 – 2 of 2) sorted by relevance
219 audio_output_flags_t actualFlags = mAudioTrack->getFlags(); in open() local222 if ((actualFlags & AUDIO_OUTPUT_FLAG_FAST) != 0) { in open()224 } else if ((actualFlags & AUDIO_OUTPUT_FLAG_DEEP_BUFFER) != 0) { in open()232 ALOGW_IF(actualFlags != flags, in open()234 flags, actualFlags); in open()
246 audio_input_flags_t actualFlags = mAudioRecord->getFlags(); in open() local249 if ((actualFlags & (AUDIO_INPUT_FLAG_FAST)) in open()258 ALOGW_IF(actualFlags != flags, in open()260 flags, actualFlags); in open()