Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audiopolicy/common/include/
H A Dpolicy.h70 inline bool legacy_strategy_from_string(const char* s, legacy_strategy* t) { in legacy_strategy_from_string() function
/aosp_15_r20/frameworks/av/services/audiopolicy/engine/config/src/
H A DEngineConfig.cpp554 if (legacy_strategy_from_string(name.c_str(), &legacyId)) { in deserialize()