Home
last modified time | relevance | path

Searched refs:VoiceCommunication (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h272 VoiceCommunication = 2, // AAUDIO_USAGE_VOICE_COMMUNICATION enumerator
391 VoiceCommunication = 7, // AAUDIO_INPUT_PRESET_VOICE_COMMUNICATION enumerator
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp207 case Usage::VoiceCommunication: return "VoiceCommunication"; in convertToText()
241 case InputPreset::VoiceCommunication: return "VoiceCommunication"; in convertToText()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp318 static_assert((int32_t)Usage::VoiceCommunication == AAUDIO_USAGE_VOICE_COMMUNICATION, ERRMSG);
340 static_assert((int32_t)InputPreset::VoiceCommunication
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioInputStreamOpenSLES.cpp41 case InputPreset::VoiceCommunication: in OpenSLES_convertInputPreset()
DAudioOutputStreamOpenSLES.cpp37 case Usage::VoiceCommunication: in OpenSLES_convertOutputUsage()