Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
H A Daudiocapturer_adapter.cpp40 return captureMap_.find(id)->second; in GetAudioCapturerById()
46 captureMap_.erase(id); in EraseAudioCapturerById()
73 captureMap_.insert(make_pair(id, capturer)); in CreateAudioCapturerAdapter()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/include/
H A Daudiocapturer_adapter.h47 std::map<SLuint32, AudioCapturer*> captureMap_; variable