Home | History | Annotate | Download | only in audio

Lines Matching refs:force

183             // do not force device change on duplicated output because if device is 0, it will
184 // also force a device 0 for the two outputs it is duplicated to which may override
314 bool force = false;
319 // force routing command to audio hardware when starting a call
321 force = true;
328 // force routing command to audio hardware when exiting a call
330 force = true;
337 // force routing command to audio hardware when switching between telephony and VoIP
339 force = true;
350 // force routing command to audio hardware when ending call
383 setOutputDevice(mPrimaryOutput, newDevice, force, delayMs);
461 // check for device and output changes triggered by new force usage
585 //force direct flag if offload flag is set: offloading implies a direct output stream
764 bool force = false;
768 // force a device change if any other output is managed by the same hw
774 force = true;
784 uint32_t muteWaitMs = setOutputDevice(output, newDevice, force);
840 // force restoring the device selection on other active outputs if it differs from the
1120 // Force max volume if stream cannot be muted
1407 snprintf(buffer, SIZE, " Force use for communications %d\n", mForceUse[AudioSystem::FOR_COMMUNICATION]);
1409 snprintf(buffer, SIZE, " Force use for media %d\n", mForceUse[AudioSystem::FOR_MEDIA]);
1411 snprintf(buffer, SIZE, " Force use for record %d\n", mForceUse[AudioSystem::FOR_RECORD]);
1413 snprintf(buffer, SIZE, " Force use for dock %d\n", mForceUse[AudioSystem::FOR_DOCK]);
1415 snprintf(buffer, SIZE, " Force use for system %d\n", mForceUse[AudioSystem::FOR_SYSTEM]);
2828 bool force,
2837 muteWaitMs = setOutputDevice(outputDesc->mOutput1->mId, device, force, delayMs);
2838 muteWaitMs += setOutputDevice(outputDesc->mOutput2->mId, device, force, delayMs);
2862 // - the requested device is the same as current device and force is not specified.
2864 if ((device == AUDIO_DEVICE_NONE || device == prevDevice) && !force) {
3230 // if volume is not 0 (not muted), force media volume to max on digital output
3284 bool force)
3297 ALOGV("checkAndSetVolume() cannot set stream %d volume with force use = %d for comm",
3305 // - the force flag is set
3307 force) {
3310 // Force VOICE_CALL to track BLUETOOTH_SCO stream volume when bluetooth audio is
3321 // Force voice volume to max for bluetooth SCO as volume is managed by the headset
3340 bool force)
3350 force);
4000 //force direct flag if offload flag is set: offloading implies a direct output stream