Searched refs:sToneMappingTable (Results 1 – 2 of 2) sorted by relevance
209 static const unsigned char sToneMappingTable[NUM_REGIONS-1][NUM_SUP_TONES]; variable
757 const unsigned char /*tone_type*/ ToneGenerator::sToneMappingTable[NUM_REGIONS-1][NUM_SUP_TONES] = { member in android::ToneGenerator1493 regionTone = (tone_type) sToneMappingTable[mRegion][toneType - FIRST_SUP_TONE]; in getToneForRegion()