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

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp74 bool force = false; local
79 // force routing command to audio hardware when starting a call
81 force = true;
84 // force routing command to audio hardware when exiting a call
86 force = true;
89 // force routing command to audio hardware when switching between telephony and VoIP
91 force = true;
102 // force routing command to audio hardware when ending call
144 setOutputDevice(mPrimaryOutput, newDevice, force, delayMs);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h349 // (device connected,phone state, force use, a2dp output...)
363 bool force = false,
382 status_t checkAndSetVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool force = false);
385 void applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool force = false);
426 // changes: connected device, phone state, force use...
441 // changed: connected device, phone state, force use, output start, output stop..
447 // changed: connected device, phone state, force use...
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp178 // do not force device change on duplicated output because if device is 0, it will
179 // also force a device 0 for the two outputs it is duplicated to which may override
307 bool force = false; local
312 // force routing command to audio hardware when starting a call
314 force = true;
321 // force routing command to audio hardware when exiting a call
323 force = true;
330 // force routing command to audio hardware when switching between telephony and VoIP
332 force = true;
343 // force routin
757 bool force = false; local
2608 setOutputDevice(audio_io_handle_t output, audio_devices_t device, bool force, int delayMs) argument
3055 checkAndSetVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
3113 applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
[all...]
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c435 bool force)
446 if (force == false) {
432 m_exynos_rotator_set_format( int fd, struct rotator_info *info, bool force) argument

Completed in 210 milliseconds