Lines Matching refs:volume
643 // Send volume indication if EFFECT_FLAG_VOLUME_IND is set and read back altered volume
649 uint32_t volume[2];
651 uint32_t size = sizeof(volume);
652 volume[0] = *left;
653 volume[1] = *right;
655 pVolume = volume;
660 volume,
663 if (controller && status == NO_ERROR && size == sizeof(volume)) {
664 *left = volume[0];
665 *right = volume[1];
1514 // first update volume controller
1536 // second get volume update from volume controller
1542 // then indicate volume to all other effects in chain.
1543 // Pass altered volume to effects before volume controller
1544 // and requested volume to effects after controller
1552 // this also works for ctrlIdx == -1 when there is no volume controller
1704 // The volume effect is used for automated tests only