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

  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamRecord.cpp 246 audio_input_flags_t actualFlags = mAudioRecord->getFlags();
249 if ((actualFlags & (AUDIO_INPUT_FLAG_FAST))
258 ALOGW_IF(actualFlags != flags,
260 flags, actualFlags);
AudioStreamTrack.cpp 219 audio_output_flags_t actualFlags = mAudioTrack->getFlags();
222 if ((actualFlags & AUDIO_OUTPUT_FLAG_FAST) != 0) {
224 } else if ((actualFlags & AUDIO_OUTPUT_FLAG_DEEP_BUFFER) != 0) {
232 ALOGW_IF(actualFlags != flags,
234 flags, actualFlags);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 449 final int actualFlags = textView.getImeOptions() & ~EditorInfo.IME_MASK_ACTION;
451 assertEquals(expectedImeOptionFlags, actualFlags);
    [all...]

Completed in 136 milliseconds