Home
last modified time | relevance | path

Searched refs:streamToSource_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h150 static std::map<AudioStreamType, SourceType> streamToSource_; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp37 std::map<AudioStreamType, SourceType> AudioCapturerPrivate::streamToSource_ = { member in OHOS::AudioStandard::AudioCapturerPrivate
188 auto iter = streamToSource_.find(audioStreamType); in AudioCapturerPrivate()
189 if (iter != streamToSource_.end()) { in AudioCapturerPrivate()