Home
last modified time | relevance | path

Searched refs:startTone (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioPolicyCompatClient.h72 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream);
DAudioPolicyCompatClient.cpp129 status_t AudioPolicyCompatClient::startTone(ToneGenerator::tone_type tone, in startTone() function in android_audio_legacy::AudioPolicyCompatClient
DAudioPolicyManagerBase.cpp3458 … mpClientInterface->startTone(ToneGenerator::TONE_SUP_CALL_WAITING, AudioSystem::VOICE_CALL); in handleIncallSonification()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyInterface.h242 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream) = 0;
/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp1184 mpClientInterface->startTone(AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION, in handleIncallSonification()