Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds