Searched refs:configInfoPos (Results 1 – 1 of 1) sorted by relevance
709 && configInfoPos->second.absVolumeSupport) { in GetSystemVolumeLevel()710 return configInfoPos->second.mute ? 0 : configInfoPos->second.volumeLevel; in GetSystemVolumeLevel()921 … if (configInfoPos == connectedA2dpDeviceMap_.end() || !configInfoPos->second.absVolumeSupport) { in SetStreamMute()924 configInfoPos->second.mute = mute; in SetStreamMute()932 configInfoPos->second.volumeLevel); in SetStreamMute()964 … if (configInfoPos == connectedA2dpDeviceMap_.end() || !configInfoPos->second.absVolumeSupport) { in GetStreamMute()967 return configInfoPos->second.mute; in GetStreamMute()6068 …CHECK_AND_RETURN_RET_LOG(configInfoPos != connectedA2dpDeviceMap_.end() && configInfoPos->second.a… in SetA2dpDeviceVolume()6070 configInfoPos->second.volumeLevel = volumeLevel; in SetA2dpDeviceVolume()6079 configInfoPos->second.volumeLevel = sVolumeLevel; in SetA2dpDeviceVolume()[all …]