Searched refs:PAConfigType (Results 1 – 3 of 3) sorted by relevance
620 case PAConfigType::AUDIO_LATENCY: in ParsePAConfigs()624 case PAConfigType::SINK_LATENCY: in ParsePAConfigs()781 PAConfigType AudioPolicyParser::GetPaConfigType(std::string &name) in GetPaConfigType()784 return PAConfigType::AUDIO_LATENCY; in GetPaConfigType()786 return PAConfigType::SINK_LATENCY; in GetPaConfigType()788 return PAConfigType::UNKNOWN; in GetPaConfigType()
82 PAConfigType GetPaConfigType(std::string &name);
113 enum class PAConfigType { enum