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

  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamRecord.cpp 241 audio_input_flags_t actualFlags = mAudioRecord->getFlags();
244 if ((actualFlags & (AUDIO_INPUT_FLAG_FAST))
253 ALOGW_IF(actualFlags != flags,
255 flags, actualFlags);
AudioStreamTrack.cpp 214 audio_output_flags_t actualFlags = mAudioTrack->getFlags();
217 if ((actualFlags & AUDIO_OUTPUT_FLAG_FAST) != 0) {
219 } else if ((actualFlags & AUDIO_OUTPUT_FLAG_DEEP_BUFFER) != 0) {
227 ALOGW_IF(actualFlags != flags,
229 flags, actualFlags);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SpannableStringUtilsTests.java 80 final int actualFlags = spanned.getSpanFlags(actualSpan);
83 assertEquals(expectedFlags, actualFlags);
  /prebuilts/misc/windows/sdl2/test/
testautomation_video.c 336 Uint32 actualFlags;
344 actualFlags = SDL_GetWindowFlags(window);
346 SDLTest_AssertCheck((flags & actualFlags) == flags, "Verify returned value has flags %d set, got: %d", flags, actualFlags);
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Helper.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 445 final int actualFlags = textView.getImeOptions() & ~EditorInfo.IME_MASK_ACTION;
447 assertEquals(expectedImeOptionFlags, actualFlags);
    [all...]

Completed in 230 milliseconds