Home
last modified time | relevance | path

Searched refs:stopTone (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DTonesAutoTest.java45 toneGen.stopTone(); in tonesDtmfTest()
70 toneGen.stopTone(); in tonesSupervisoryTest()
82 toneGen.stopTone(); in tonesSupervisoryTest()
106 toneGen.stopTone(); in tonesProprietaryTest()
133 toneGen1.stopTone(); in tonesSimultaneousTest()
135 toneGen2.stopTone(); in tonesSimultaneousTest()
137 toneGen1.stopTone(); in tonesSimultaneousTest()
/frameworks/av/services/audiopolicy/
DAudioPolicyClientImpl.cpp164 status_t AudioPolicyService::AudioPolicyClient::stopTone() in stopTone() function in android::AudioPolicyService::AudioPolicyClient
166 return mAudioPolicyService->stopTone(); in stopTone()
DAudioPolicyService.h154 virtual status_t stopTone();
429 virtual status_t stopTone();
DAudioPolicyInterface.h273 virtual status_t stopTone() = 0;
DAudioPolicyClientImplLegacy.cpp297 return audioPolicyService->stopTone(); in aps_stop_tone()
DAudioPolicyService.cpp410 mpToneGenerator->stopTone(); in threadLoop()
968 int AudioPolicyService::stopTone() in stopTone() function in android::AudioPolicyService
DAudioPolicyManager.cpp5205 mpClientInterface->stopTone(); in handleIncallSonification()
/frameworks/base/media/java/android/media/
DToneGenerator.java872 public native void stopTone(); in stopTone() method in ToneGenerator
/frameworks/base/core/jni/
Dandroid_media_ToneGenerator.cpp65 lpToneGen->stopTone(); in android_media_ToneGenerator_stopTone()
/frameworks/av/include/media/
DToneGenerator.h158 void stopTone();
/frameworks/av/media/libmedia/
DToneGenerator.cpp854 stopTone(); in ~ToneGenerator()
974 void ToneGenerator::stopTone() { in stopTone() function in android::ToneGenerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanel.java1137 toneGen.stopTone(); in onStopSounds()
/frameworks/base/api/
Dcurrent.txt15661 method public void stopTone();