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

/hardware/qcom/audio/hal/
H A Daudio_hw.h153 VOICE_CALL enumerator in enum:__anon370
H A Daudio_hw.c467 if (usecase->type == VOICE_CALL) {
529 if (usecase->type == VOICE_CALL) {
556 if (usecase->type == VOICE_CALL)
1025 uc_info->type = VOICE_CALL;
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioSystemLegacy.h74 VOICE_CALL = 0, enumerator in enum:android_audio_legacy::AudioSystem::stream_type
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2281 case AudioSystem::VOICE_CALL:
3071 if ((stream == AudioSystem::VOICE_CALL && mForceUse[AudioSystem::FOR_COMMUNICATION] == AudioSystem::FORCE_BT_SCO) ||
3086 // Force VOICE_CALL to track BLUETOOTH_SCO stream volume when bluetooth audio is
3089 mpClientInterface->setStreamVolume(AudioSystem::VOICE_CALL, volume, output, delayMs);
3094 if (stream == AudioSystem::VOICE_CALL ||
3098 if (stream == AudioSystem::VOICE_CALL) {
3218 mpClientInterface->startTone(ToneGenerator::TONE_SUP_CALL_WAITING, AudioSystem::VOICE_CALL);

Completed in 2711 milliseconds