Searched refs:tone_type (Results 1 – 5 of 5) sorted by relevance
34 enum tone_type { enum158 bool startTone(tone_type toneType, int durationMs = -1);285 tone_type getToneForRegion(tone_type toneType);
51 return lpToneGen->startTone((ToneGenerator::tone_type) toneType, durationMs); in android_media_ToneGenerator_startTone()
897 bool ToneGenerator::startTone(tone_type toneType, int durationMs) { in startTone()1487 ToneGenerator::tone_type ToneGenerator::getToneForRegion(tone_type toneType) { in getToneForRegion()1488 tone_type regionTone; in getToneForRegion()1493 regionTone = (tone_type) sToneMappingTable[mRegion][toneType - FIRST_SUP_TONE]; in getToneForRegion()
283 void startToneCommand(ToneGenerator::tone_type type,347 ToneGenerator::tone_type mType; // tone type (START_TONE only)
700 void AudioPolicyService::AudioCommandThread::startToneCommand(ToneGenerator::tone_type type, in startToneCommand()