Home
last modified time | relevance | path

Searched defs:subtype (Results 1 – 10 of 10) sorted by relevance

/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DRecorder.h26 Recorder(AudioSink* sink, int subtype) : OboeStream(subtype), mAudioSink(sink) {} in Recorder()
DOboeRecorder.cpp28 OboeRecorder::OboeRecorder(AudioSink* sink, int32_t subtype) in OboeRecorder()
/cts/apps/CtsVerifier/jni/megaaudio/player/
DPlayer.h26 Player(AudioSource* source, int32_t subtype) : OboeStream(subtype), mAudioSource(source) {} in Player()
DOboePlayer.cpp39 OboePlayer::OboePlayer(JNIEnv *env, AudioSource* source, int subtype) in OboePlayer()
/cts/apps/CtsVerifier/jni/megaaudio/common/
DOboeStream.h49 OboeStream(int32_t subtype) : mSubtype(subtype), mStreamStarted(false) {} in OboeStream()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodInfoTest.java283 final InputMethodSubtype subtype = InputMethodSubtype.CREATOR.createFromParcel(p); in testInputMethodSubtypeWriteToParcel() local
371 InputMethodSubtype subtype = imi.getSubtypeAt(0); in testParsingPhysicalKeyboardAttributes() local
DInputMethodManagerTest.java240 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in dumpInputMethodInfoList() local
DInputMethodSubtypeEndToEndTest.java358 InputMethodSubtype subtype) { in onCurrentIMSubtypeChangedMatcher()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1660 public ImeCommand callSwitchInputMethod(String id, @Nullable InputMethodSubtype subtype) { in callSwitchInputMethod()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1701 final int subtype = Settings.Secure.getInt(cr, SELECTED_INPUT_METHOD_SUBTYPE); in mockSwitchInputMethod() local