Searched refs:streamToSource_ (Results 1 – 2 of 2) sorted by relevance
150 static std::map<AudioStreamType, SourceType> streamToSource_; variable
37 std::map<AudioStreamType, SourceType> AudioCapturerPrivate::streamToSource_ = { member in OHOS::AudioStandard::AudioCapturerPrivate188 auto iter = streamToSource_.find(audioStreamType); in AudioCapturerPrivate()189 if (iter != streamToSource_.end()) { in AudioCapturerPrivate()