Searched refs:stopTone (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DTonesAutoTest.java45 toneGen.stopTone();
70 toneGen.stopTone();
82 toneGen.stopTone();
106 toneGen.stopTone();
133 toneGen1.stopTone();
135 toneGen2.stopTone();
137 toneGen1.stopTone();
/frameworks/av/services/audiopolicy/tests/
H A DAudioPolicyTestClient.h65 status_t stopTone() override { return NO_INIT; }
/frameworks/base/media/java/android/media/
H A DToneGenerator.java872 public native void stopTone(); method in class:ToneGenerator
/frameworks/base/core/jni/
H A Dandroid_media_ToneGenerator.cpp65 lpToneGen->stopTone();
128 { "stopTone", "()V", (void *)android_media_ToneGenerator_stopTone },
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImpl.cpp164 status_t AudioPolicyService::AudioPolicyClient::stopTone() function in class:android::AudioPolicyService::AudioPolicyClient
166 return mAudioPolicyService->stopTone();
H A DAudioPolicyService.h163 virtual status_t stopTone();
312 // startTone() and stopTone() are normally called with mLock locked and requesting a tone start
559 virtual status_t stopTone();
H A DAudioPolicyService.cpp691 mpToneGenerator->stopTone();
1348 int AudioPolicyService::stopTone() function in class:android::AudioPolicyService
/frameworks/av/include/media/
H A DToneGenerator.h159 void stopTone();
/frameworks/av/media/libaudioclient/include/media/
H A DToneGenerator.h159 void stopTone();
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h330 virtual status_t stopTone() = 0;
/frameworks/av/media/libaudioclient/
H A DToneGenerator.cpp1006 stopTone();
1116 // Method: ToneGenerator::stopTone()
1127 void ToneGenerator::stopTone() { function in class:android::ToneGenerator
1128 ALOGV("stopTone");
1152 ALOGV("stopTone() forcing mMaxSmp to %d, total for far %d", mMaxSmp, mTotalSmp);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp5782 mpClientInterface->stopTone();

Completed in 1197 milliseconds