Home
last modified time | relevance | path

Searched defs:inputPreset (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBuilder.h251 AudioStreamBuilder *setInputPreset(InputPreset inputPreset) { in setInputPreset()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfiguration.java150 public void setInputPreset(int inputPreset) { in setInputPreset()
242 public static String convertInputPresetToText(int inputPreset) { in convertInputPresetToText()
DManualGlitchActivity.java215 int inputPreset = StreamConfiguration.convertTextToInputPreset(text); in configureStreamsFromBundle() local
DOboeAudioStream.java105 int inputPreset, in openNative()
DStreamConfigurationView.java349 int inputPreset = StreamConfiguration.convertTextToInputPreset(text); in onItemSelected() local
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp235 const char *convertToText<InputPreset>(InputPreset inputPreset) { in convertToText()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp144 jint inputPreset, in open()
Djni-bridge.cpp121 jint inputPreset, in Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative()