Home | History | Annotate | Download | only in Bundle

Lines Matching defs:rightVolume

3380             uint32_t leftVolume, rightVolume;
3401 rightVolume = ((*((uint32_t *)pCmdData + 1)));
3406 if(rightVolume == 0x1000000){
3407 rightVolume -= 1;
3412 rightdB = android::LVC_Convert_VolToDb(rightVolume);
3425 //ALOGV("\tEFFECT_CMD_SET_VOLUME: Left is %d, Right is %d", leftVolume, rightVolume);