Lines Matching refs:pMbc
421 dp_fx::DPMbc *pMbc = pChannel->getMbc(); in DP_getMbc() local
422 ALOGE_IF(pMbc == NULL, "DPMbc NULL invalid MBC"); in DP_getMbc()
423 return pMbc; in DP_getMbc()
428 dp_fx::DPMbc *pMbc = DP_getMbc(pContext, channel); in DP_getMbcBand() local
429 if (pMbc == NULL) { in DP_getMbcBand()
432 dp_fx::DPMbcBand *pMbcBand = pMbc->getBand(band); in DP_getMbcBand()
814 dp_fx::DPMbc *pMbc = DP_getMbc(pContext, channel); in DP_getParameter() local
815 if (pMbc == NULL) { in DP_getParameter()
821 values[0].i = pMbc->isInUse(); in DP_getParameter()
822 values[1].i = pMbc->isEnabled(); in DP_getParameter()
823 values[2].i = pMbc->getBandCount(); in DP_getParameter()
1132 dp_fx::DPMbc *pMbc = DP_getMbc(pContext, channel); in DP_setParameter() local
1133 if (pMbc == NULL) { in DP_setParameter()
1139 pMbc->setEnabled(enabled != 0); in DP_setParameter()
1141 if ((int32_t)pMbc->getBandCount() != bandCount) { in DP_setParameter()
1143 pMbc->getBandCount(), bandCount); in DP_setParameter()
1190 dp_fx::DPMbc *pMbc = DP_getMbc(pContext, channel); in DP_setParameter() local
1191 if (pMbc == NULL) { in DP_setParameter()
1200 pMbc->setBand(band, mbcBand); in DP_setParameter()