Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_manager_interface_impl.cpp208 mapAudioCallback_.erase(adpName); in RemoveAudioDevice()
296 mapAudioCallback_.insert(std::make_pair(adpName, callback)); in CreateAdapter()
313 auto call = mapAudioCallback_.find(adpName); in GetRemote()
314 if (call == mapAudioCallback_.end() || call->second == nullptr) { in GetRemote()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_manager_interface_impl.h104 std::map<std::string, sptr<IDAudioCallback>> mapAudioCallback_; variable