Home
last modified time | relevance | path

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

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