Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_manager_interface_impl.cpp234 auto adpIter = mapAudioAdapter_.find(adpName); in Notify() local
235 if (adpIter == mapAudioAdapter_.end()) { in Notify()
239 adp = adpIter->second; in Notify()