Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:MAX_NUM_VOLUMES

898             if ((unsigned)param >= VOLUME0 && (unsigned)param < VOLUME0 + MAX_NUM_VOLUMES) {
976 for (uint32_t i = 0; i < MAX_NUM_VOLUMES; i++) {
988 for (uint32_t i = 0; i < MAX_NUM_VOLUMES; i++) {
1838 // to a MONOVOL mixtype based on MAX_NUM_VOLUMES, but that's an unnecessary complication.