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