Searched defs:startTone (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
H A DToneGenerator.cpp862 // Method: ToneGenerator::startTone()
876 bool ToneGenerator::startTone(tone_type toneType, int durationMs) { function in class:android::ToneGenerator
889 ALOGV("startTone: try to re-init AudioTrack");
895 ALOGV("startTone");
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImpl.cpp158 status_t AudioPolicyService::AudioPolicyClient::startTone(audio_policy_tone_t tone, function in class:android::AudioPolicyService::AudioPolicyClient
161 return mAudioPolicyService->startTone(tone, stream);
H A DAudioPolicyService.cpp448 mpToneGenerator->startTone(data->mType);
1045 int AudioPolicyService::startTone(audio_policy_tone_t tone, function in class:android::AudioPolicyService
1049 ALOGE("startTone: illegal tone requested (%d)", tone);
1052 ALOGE("startTone: illegal stream (%d) requested for tone %d", stream,
/frameworks/base/media/java/android/media/
H A DToneGenerator.java855 public boolean startTone(int toneType) { method in class:ToneGenerator
856 return startTone(toneType, -1);
861 * @param toneType The type of tone generated @see {@link #startTone(int)}.
864 * is equivalent to calling {@link #startTone(int)}.
866 public native boolean startTone(int toneType, int durationMs); method in class:ToneGenerator

Completed in 82 milliseconds