Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp254 if (mapAudioDevice_.find(desc.pins) == mapAudioDevice_.end()) { in CheckDevCapability()
484 for (auto pin = mapAudioDevice_.begin(); pin != mapAudioDevice_.end(); pin++) { in GetAdapterDesc()
494 auto dev = mapAudioDevice_.find(devId); in GetDeviceCapabilitys()
495 if (dev == mapAudioDevice_.end()) { in GetDeviceCapabilitys()
551 if (dev != mapAudioDevice_.end()) { in AddAudioDevice()
552 mapAudioDevice_[devId] = caps; in AddAudioDevice()
567 if (mapAudioDevice_.find(devId) == mapAudioDevice_.end()) { in RemoveAudioDevice()
571 mapAudioDevice_.erase(devId); in RemoveAudioDevice()
749 if (caps == mapAudioDevice_.end()) { in GetVolumeGroup()
766 if (caps == mapAudioDevice_.end()) { in GetInterruptGroup()
[all …]
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp90 AdapterTest_->mapAudioDevice_.insert(std::make_pair(PIN_OUT_DAUDIO_DEFAULT, "hello"));
147 AdapterTest_->mapAudioDevice_.insert(std::make_pair(PIN_OUT_DAUDIO_DEFAULT, "hello"));
441 AdapterTest_->mapAudioDevice_.insert(std::make_pair(64, "hello"));
629 AdapterTest_->mapAudioDevice_.insert(std::make_pair(64, "hello"));
664 AdapterTest_->mapAudioDevice_.insert(std::make_pair(64, "hello"));
667 AdapterTest_->mapAudioDevice_.insert(std::make_pair(64, "hello"));
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_adapter_interface_impl.h170 std::map<uint32_t, std::string> mapAudioDevice_; variable