Searched refs:mapAudioDevice_ (Results 1 – 3 of 3) sorted by relevance
254 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 …]
90 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"));
170 std::map<uint32_t, std::string> mapAudioDevice_; variable