Searched refs:AUDIO_ENUM_STRINGIFY (Results 1 – 1 of 1) sorted by relevance
59 #define AUDIO_ENUM_STRINGIFY(x) AUDIO_ENUM_QUOTE(x) macro66 #define AUDIO_DEFINE_STRINGIFY_CASE(symbol) case symbol: return AUDIO_ENUM_STRINGIFY(symbol);69 if (strcmp(s, AUDIO_ENUM_STRINGIFY(symbol)) == 0) { *t = symbol; return true; } else828 #undef AUDIO_ENUM_STRINGIFY