Home
last modified time | relevance | path

Searched refs:maxHapticScale (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/hapticgenerator/
DEffectHapticGenerator.cpp121 ss << "\t\t- max scale level: " << (int) param.maxHapticScale.getLevel() << '\n'; in hapticSettingToString()
149 context->param.maxHapticScale = os::HapticScale::mute(); in HapticGenerator_Init()
330 context->param.maxHapticScale = hapticScale; in HapticGenerator_SetParameter()
332 if (scale.getLevel() > context->param.maxHapticScale.getLevel()) { in HapticGenerator_SetParameter()
333 context->param.maxHapticScale = scale; in HapticGenerator_SetParameter()
486 if (context->param.maxHapticScale.isScaleMute()) { in HapticGenerator_Process()
513 context->param.maxHapticScale, in HapticGenerator_Process()
DEffectHapticGenerator.h53 os::HapticScale maxHapticScale; // max haptic scale will be used to scale haptic data. member