Home
last modified time | relevance | path

Searched refs:FOR_COMMUNICATION (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioSystemLegacy.h298 FOR_COMMUNICATION, enumerator
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp409 case AudioSystem::FOR_COMMUNICATION: in setForceUse()
1407 …ntf(buffer, SIZE, " Force use for communications %d\n", mForceUse[AudioSystem::FOR_COMMUNICATION]); in dump()
2419 ((mForceUse[AudioSystem::FOR_COMMUNICATION] != AudioSystem::FORCE_BT_SCO) && in checkA2dpSuspend()
2429 ((mForceUse[AudioSystem::FOR_COMMUNICATION] == AudioSystem::FORCE_BT_SCO) || in checkA2dpSuspend()
2578 switch (mForceUse[AudioSystem::FOR_COMMUNICATION]) { in getDeviceForStrategy()
3295 …if ((stream == AudioSystem::VOICE_CALL && mForceUse[AudioSystem::FOR_COMMUNICATION] == AudioSystem… in checkAndSetVolume()
3296 …(stream == AudioSystem::BLUETOOTH_SCO && mForceUse[AudioSystem::FOR_COMMUNICATION] != AudioSystem:… in checkAndSetVolume()
3298 stream, mForceUse[AudioSystem::FOR_COMMUNICATION]); in checkAndSetVolume()