Searched defs:force (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp248 bool force = false; local
253 // force routing command to audio hardware when starting a call
255 force = true;
258 // force routing command to audio hardware when exiting a call
260 force = true;
263 // force routing command to audio hardware when switching between telephony and VoIP
265 force = true;
278 // force routing command to audio hardware when ending call
297 setOutputDevice(mHardwareOutput, newDevice, force, delayMs);
1795 void AudioPolicyManagerBase::setOutputDevice(audio_io_handle_t output, uint32_t device, bool force, in argument
2098 checkAndSetVolume(int stream, int index, audio_io_handle_t output, uint32_t device, int delayMs, bool force) argument
2158 applyStreamVolumes(audio_io_handle_t output, uint32_t device, int delayMs, bool force) argument
[all...]

Completed in 25 milliseconds