Searched refs:LAST_SUP_TONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DToneGenerator.h61 LAST_SUP_TONE = TONE_SUP_RINGTONE, enumerator in enum:android::ToneGenerator::tone_type
151 NUM_SUP_TONES = LAST_SUP_TONE-FIRST_SUP_TONE+1
180 // When a tone in the range [FIRST_SUP_TONE, LAST_SUP_TONE] is requested, the region is determined
/frameworks/av/media/libmedia/
H A DToneGenerator.cpp1440 if (mRegion == CEPT || toneType < FIRST_SUP_TONE || toneType > LAST_SUP_TONE) {

Completed in 36 milliseconds