Searched refs:halIndex (Results 1 – 2 of 2) sorted by relevance
867 int halIndex = gain.getVolumeIndex(); in onAudioGainChanged() local869 || !isValidGainIndex(halIndex)) { in onAudioGainChanged()881 || (shouldBlock && (halIndex != mBlockedGainIndex))) { in onAudioGainChanged()882 setBlockedLocked(shouldBlock ? halIndex : UNINITIALIZED); in onAudioGainChanged()888 || (shouldLimit && (halIndex != mLimitedGainIndex))) { in onAudioGainChanged()889 setLimitLocked(shouldLimit ? halIndex : getMaxGainIndex()); in onAudioGainChanged()895 || (shouldDuck && (halIndex != mAttenuatedGainIndex))) { in onAudioGainChanged()896 setAttenuatedGainLocked(shouldDuck ? halIndex : UNINITIALIZED); in onAudioGainChanged()909 && (halIndex != getRestrictedGainForIndexLocked(mCurrentGainIndex))) { in onAudioGainChanged()910 mCurrentGainIndex = halIndex; in onAudioGainChanged()
684 int halIndex = 0; in processSynchronousHalResponse() local692 int statusCode = halToWifiManagerSyncStatus(halResults.get(halIndex).statusCode); in processSynchronousHalResponse()697 halIndex++; in processSynchronousHalResponse()