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

/hardware/qcom/audio/hal/
H A Daudio_hw.h176 VOICE_CALL, enumerator in enum:__anon1389
H A Dvoice.c111 uc_info->type = VOICE_CALL;
462 if (usecase->type == VOICE_CALL) {
H A Daudio_hw.c475 if (usecase->type == VOICE_CALL) {
515 if ((usecase->type == VOICE_CALL) ||
590 if ((usecase->type == VOICE_CALL) &&
611 if ((usecase->type == VOICE_CALL) &&
631 if (usecase->type == VOICE_CALL)
645 if (usecase->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.cpp2499 case AudioSystem::VOICE_CALL:
3295 if ((stream == AudioSystem::VOICE_CALL && mForceUse[AudioSystem::FOR_COMMUNICATION] == AudioSystem::FORCE_BT_SCO) ||
3310 // Force VOICE_CALL to track BLUETOOTH_SCO stream volume when bluetooth audio is
3313 mpClientInterface->setStreamVolume(AudioSystem::VOICE_CALL, volume, output, delayMs);
3318 if (stream == AudioSystem::VOICE_CALL ||
3322 if (stream == AudioSystem::VOICE_CALL) {
3442 mpClientInterface->startTone(ToneGenerator::TONE_SUP_CALL_WAITING, AudioSystem::VOICE_CALL);

Completed in 72 milliseconds