Home | History | Annotate | Download | only in hal

Lines Matching refs:STRING_TO_ENUM

202 #define STRING_TO_ENUM(string) { #string, string }
217 struct string_to_enum {
222 static const struct string_to_enum out_channels_name_to_enum_table[] = {
223 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_STEREO),
224 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_5POINT1),
225 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_7POINT1),