Searched refs:connectedA2dpDeviceMap_ (Results 1 – 2 of 2) sorted by relevance
708 if (configInfoPos != connectedA2dpDeviceMap_.end() in GetSystemVolumeLevel()920 auto configInfoPos = connectedA2dpDeviceMap_.find(activeBTDevice_); in SetStreamMute()3647 if (configInfoPos != connectedA2dpDeviceMap_.end()) { in GetActiveDeviceStreamInfo()3983 connectedA2dpDeviceMap_.erase(macAddress); in UpdateActiveA2dpDeviceWhenDisconnecting()3984 flag = (connectedA2dpDeviceMap_.size() == 0); in UpdateActiveA2dpDeviceWhenDisconnecting()4325 connectedA2dpDeviceMap_[macAddress].streamInfo = streamInfo; in OnDeviceConfigurationChanged()4327 } else if (connectedA2dpDeviceMap_.find(macAddress) != connectedA2dpDeviceMap_.end()) { in OnDeviceConfigurationChanged()4330 connectedA2dpDeviceMap_[macAddress].streamInfo = streamInfo; in OnDeviceConfigurationChanged()5799 auto configInfoPos = connectedA2dpDeviceMap_.find(macAddress); in SetDeviceAbsVolumeSupported()5800 if (configInfoPos != connectedA2dpDeviceMap_.end()) { in SetDeviceAbsVolumeSupported()[all …]
1135 std::unordered_map<std::string, A2dpDeviceConfigInfo> connectedA2dpDeviceMap_; variable