Searched refs:actualFlags (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamRecord.cpp154 audio_input_flags_t actualFlags = mAudioRecord->getFlags(); local
157 if ((actualFlags & (AUDIO_INPUT_FLAG_FAST))
163 ALOGW_IF(actualFlags != flags,
165 flags, actualFlags);
H A DAudioStreamTrack.cpp176 audio_output_flags_t actualFlags = mAudioTrack->getFlags(); local
178 if ((actualFlags & (AUDIO_OUTPUT_FLAG_FAST | AUDIO_OUTPUT_FLAG_RAW))
182 } else if ((actualFlags & AUDIO_OUTPUT_FLAG_DEEP_BUFFER) != 0) {
187 ALOGW_IF(actualFlags != flags,
189 flags, actualFlags);

Completed in 3886 milliseconds