Home | History | Annotate | Download | only in hal

Lines Matching refs:string_to_enum

172 #define STRING_TO_ENUM(string) { #string, string }
174 struct string_to_enum {
179 static const struct string_to_enum out_channels_name_to_enum_table[] = {
180 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_STEREO),
181 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_5POINT1),
182 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_7POINT1),