Searched refs:maxdB (Results 1 – 1 of 1) sorted by relevance
3391 int16_t maxdB, pandB; in Effect_command() local3426 maxdB = leftdB; in Effect_command()3427 if(rightdB > maxdB){ in Effect_command()3428 maxdB = rightdB; in Effect_command()3439 android::VolumeSetVolumeLevel(pContext, (int16_t)(maxdB*100)); in Effect_command()