Searched refs:tone_type (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/
H A DToneGenerator.h34 enum tone_type { enum in class:android::ToneGenerator
158 bool startTone(tone_type toneType, int durationMs = -1);
282 tone_type getToneForRegion(tone_type toneType);
/frameworks/base/core/jni/
H A Dandroid_media_ToneGenerator.cpp51 return lpToneGen->startTone((ToneGenerator::tone_type) toneType, durationMs);
/frameworks/av/media/libmedia/
H A DToneGenerator.cpp750 const unsigned char /*tone_type*/ ToneGenerator::sToneMappingTable[NUM_REGIONS-1][NUM_SUP_TONES] = {
867 // toneType: Type of tone generated (values in enum tone_type)
876 bool ToneGenerator::startTone(tone_type toneType, int durationMs) {
1466 ToneGenerator::tone_type ToneGenerator::getToneForRegion(tone_type toneType) {
1467 tone_type regionTone;
1472 regionTone = (tone_type) sToneMappingTable[mRegion][toneType - FIRST_SUP_TONE];
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h272 void startToneCommand(ToneGenerator::tone_type type,
330 ToneGenerator::tone_type mType; // tone type (START_TONE only)
H A DAudioPolicyService.cpp650 void AudioPolicyService::AudioCommandThread::startToneCommand(ToneGenerator::tone_type type,

Completed in 94 milliseconds