Searched refs:actualFlags (Results 1 – 2 of 2) sorted by relevance
234 audio_output_flags_t actualFlags = mAudioTrack->getFlags(); in open() local237 if ((actualFlags & AUDIO_OUTPUT_FLAG_FAST) != 0) { in open()239 } else if ((actualFlags & AUDIO_OUTPUT_FLAG_DEEP_BUFFER) != 0) { in open()247 ALOGD_IF(actualFlags != flags, in open()249 flags, actualFlags); in open()
273 audio_input_flags_t actualFlags = mAudioRecord->getFlags(); in open() local276 if ((actualFlags & (AUDIO_INPUT_FLAG_FAST)) in open()285 ALOGW_IF(actualFlags != flags, in open()287 flags, actualFlags); in open()