Home | History | Annotate | Download | only in policy_hal

Lines Matching refs:setForceUse

927 void AudioPolicyManagerCustom::setForceUse(audio_policy_force_use_t usage,
930 ALOGV("setForceUse() usage %d, config %d, mPhoneState %d", usage, config, mEngine->getPhoneState());
932 if (mEngine->setForceUse(usage, config) != NO_ERROR) {
933 ALOGW("setForceUse() could not set force cfg %d for usage %d", config, usage);