Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/hapticgenerator/
H A DEffectHapticGenerator.cpp117 memset(context->param.hapticChannelSource, 0, sizeof(context->param.hapticChannelSource)); in HapticGenerator_Init()
257 context->param.hapticChannelSource[i] = 0; in HapticGenerator_Configure()
461 + context->param.hapticChannelSource[j]]; in HapticGenerator_Process()
H A DEffectHapticGenerator.h44 uint32_t hapticChannelSource[2]; // The audio channels used to generate haptic channels. member