Searched defs:subtype (Results 1 – 10 of 10) sorted by relevance
/cts/apps/CtsVerifier/jni/megaaudio/recorder/ |
D | Recorder.h | 26 Recorder(AudioSink* sink, int subtype) : OboeStream(subtype), mAudioSink(sink) {} in Recorder()
|
D | OboeRecorder.cpp | 28 OboeRecorder::OboeRecorder(AudioSink* sink, int32_t subtype) in OboeRecorder()
|
/cts/apps/CtsVerifier/jni/megaaudio/player/ |
D | Player.h | 26 Player(AudioSource* source, int32_t subtype) : OboeStream(subtype), mAudioSource(source) {} in Player()
|
D | OboePlayer.cpp | 39 OboePlayer::OboePlayer(JNIEnv *env, AudioSource* source, int subtype) in OboePlayer()
|
/cts/apps/CtsVerifier/jni/megaaudio/common/ |
D | OboeStream.h | 49 OboeStream(int32_t subtype) : mSubtype(subtype), mStreamStarted(false) {} in OboeStream()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodInfoTest.java | 283 final InputMethodSubtype subtype = InputMethodSubtype.CREATOR.createFromParcel(p); in testInputMethodSubtypeWriteToParcel() local 371 InputMethodSubtype subtype = imi.getSubtypeAt(0); in testParsingPhysicalKeyboardAttributes() local
|
D | InputMethodManagerTest.java | 240 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in dumpInputMethodInfoList() local
|
D | InputMethodSubtypeEndToEndTest.java | 358 InputMethodSubtype subtype) { in onCurrentIMSubtypeChangedMatcher()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockImeSession.java | 1660 public ImeCommand callSwitchInputMethod(String id, @Nullable InputMethodSubtype subtype) { in callSwitchInputMethod()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | Helper.java | 1701 final int subtype = Settings.Secure.getInt(cr, SELECTED_INPUT_METHOD_SUBTYPE); in mockSwitchInputMethod() local
|