Home | History | Annotate | Download | only in Bundle

Lines Matching defs:leftVolume

3148             uint32_t leftVolume, rightVolume;
3168 leftVolume = ((*(uint32_t *)pCmdData));
3171 if(leftVolume == 0x1000000){
3172 leftVolume -= 1;
3179 leftdB = android::LVC_Convert_VolToDb(leftVolume);
3193 //ALOGV("\tEFFECT_CMD_SET_VOLUME: Left is %d, Right is %d", leftVolume, rightVolume);