Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
Daudio_policy_conf.h69 #define GAIN_STEP_VALUE "step_value_mB" macro
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPort.cpp315 } else if (strcmp(node->name, GAIN_STEP_VALUE) == 0) { in loadGain()