Home | History | Annotate | Download | only in Bundle

Lines Matching refs:leftVolume

3169             uint32_t leftVolume, rightVolume;
3189 leftVolume = ((*(uint32_t *)pCmdData));
3192 if(leftVolume == 0x1000000){
3193 leftVolume -= 1;
3200 leftdB = android::LVC_Convert_VolToDb(leftVolume);
3214 //ALOGV("\tEFFECT_CMD_SET_VOLUME: Left is %d, Right is %d", leftVolume, rightVolume);