Searched refs:g_volumeIndexVector (Results 1 – 3 of 3) sorted by relevance
28 static const std::vector<std::pair<AudioVolumeType, DeviceGroup>> g_volumeIndexVector = { variable99 for (size_t tempIndex = 0; tempIndex < g_volumeIndexVector.size(); tempIndex++) { in GetVolumeIndex()100 if (g_volumeIndexVector[tempIndex].first == streamType && in GetVolumeIndex()101 g_volumeIndexVector[tempIndex].second == deviceGroup) { in GetVolumeIndex()111 return g_volumeIndexVector.size(); in GetVolumeVectorSize()
68 AppendFormat(dumpString, " streamtype: %d ", g_volumeIndexVector[i].first); in Dump()69 AppendFormat(dumpString, " device: %d ", g_volumeIndexVector[i].second); in Dump()
6602 …int32_t currentVolumeLevel = audioPolicyManager_.GetSystemVolumeLevel(g_volumeIndexVector[i].first… in InitSharedVolume()6604 …GetSystemVolumeInDb(g_volumeIndexVector[i].first, currentVolumeLevel, GetCurrentOutputDeviceType()… in InitSharedVolume()