Home
last modified time | relevance | path

Searched refs:startTone (Results 1 – 15 of 15) 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.h168 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream);
495 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream);
DAudioPolicyClientImplLegacy.cpp298 return audioPolicyService->startTone(tone, stream); in aps_start_tone()
DAudioPolicyService.cpp479 mpToneGenerator->startTone(data->mType); in threadLoop()
1129 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.h308 virtual status_t startTone(audio_policy_tone_t tone, audio_stream_type_t stream) = 0;
/frameworks/av/media/libmedia/
DToneGenerator.cpp931 bool ToneGenerator::startTone(tone_type toneType, int durationMs) { in startTone() function in android::ToneGenerator
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5189 mpClientInterface->startTone(AUDIO_POLICY_TONE_IN_CALL_NOTIFICATION, in AudioPolicyManager()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15709 method public boolean startTone(int);
15710 method public boolean startTone(int, int);
/frameworks/base/api/
Dcurrent.txt21838 method public boolean startTone(int);
21839 method public boolean startTone(int, int);
Dsystem-current.txt23369 method public boolean startTone(int);
23370 method public boolean startTone(int, int);
Dtest-current.txt21912 method public boolean startTone(int);
21913 method public boolean startTone(int, int);