Searched refs:mBlockedGainIndex (Results 1 – 2 of 2) sorted by relevance
157 protected int mBlockedGainIndex = UNINITIALIZED; field in CarVolumeGroup214 mBlockedGainIndex = blockedIndex; in setBlockedLocked()224 return mBlockedGainIndex != UNINITIALIZED; in isBlockedLocked()493 return mBlockedGainIndex; in getRestrictedGainForIndexLocked()641 (isBlockedLocked() ? " (at: " + mBlockedGainIndex + ")" : "")); in dump()706 proto.write(GainInfo.BLOCKED_GAIN_INDEX, mBlockedGainIndex); in dumpProto()881 || (shouldBlock && (halIndex != mBlockedGainIndex))) { in onAudioGainChanged()
161 int epBlockedGainInMb = getGainForIndexLocked(mBlockedGainIndex); in calculateNewGainStageFromDeviceInfos()