Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DTonesAutoTest.java43 if (toneGen.startTone(type)) { in tonesDtmfTest()
68 if (toneGen.startTone(type)) { in tonesSupervisoryTest()
80 if (toneGen.startTone(type)) { in tonesSupervisoryTest()
104 if (toneGen.startTone(type)) { in tonesProprietaryTest()
129 if (toneGen1.startTone(ToneGenerator.TONE_DTMF_1)) { in tonesSimultaneousTest()
131 if (toneGen2.startTone(ToneGenerator.TONE_DTMF_2)) { in tonesSimultaneousTest()
159 if (toneGen.startTone(type)) { in tonesStressTest()
/frameworks/base/media/java/android/media/
DToneGenerator.java855 public boolean startTone(int toneType) { in startTone() method in ToneGenerator
856 return startTone(toneType, -1); in startTone()
866 public native boolean startTone(int toneType, int durationMs); in startTone() method in ToneGenerator
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp158 status_t AudioPolicyService::AudioPolicyClient::startTone(audio_policy_tone_t tone, in startTone() function in android::AudioPolicyService::AudioPolicyClient
161 return mAudioPolicyService->startTone(tone, stream); in startTone()
DAudioPolicyService.h167 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream);
468 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream);
DAudioPolicyClientImplLegacy.cpp297 return audioPolicyService->startTone(tone, stream); in aps_start_tone()
DAudioPolicyService.cpp448 mpToneGenerator->startTone(data->mType); in threadLoop()
1037 int AudioPolicyService::startTone(audio_policy_tone_t tone, in startTone() function in android::AudioPolicyService
/frameworks/base/core/jni/
Dandroid_media_ToneGenerator.cpp51 return lpToneGen->startTone((ToneGenerator::tone_type) toneType, durationMs); in android_media_ToneGenerator_startTone()
/frameworks/av/include/media/
DToneGenerator.h158 bool startTone(tone_type toneType, int durationMs = -1);
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h304 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream) = 0;
/frameworks/av/media/libmedia/
DToneGenerator.cpp876 bool ToneGenerator::startTone(tone_type toneType, int durationMs) { in startTone() function in android::ToneGenerator
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4722 mpClientInterface->startTone(AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION, in handleIncallSonification()
/frameworks/base/api/
Dcurrent.txt16742 method public boolean startTone(int);
16743 method public boolean startTone(int, int);
Dsystem-current.txt18010 method public boolean startTone(int);
18011 method public boolean startTone(int, int);