HomeSort by relevance Sort by last modified time
    Searched refs:STRING_TO_ENUM (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 92 #define STRING_TO_ENUM(string) { #string, string }
100 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_STEREO),
101 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_5POINT1),
102 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_7POINT1),
  /device/google/dragon/audio/hal/
audio_hw.c 188 #define STRING_TO_ENUM(string) { #string, string }
201 struct string_to_enum { struct
206 static const struct string_to_enum out_channels_name_to_enum_table[] = {
207 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_STEREO),
208 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_5POINT1),
209 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_7POINT1),
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 219 #define STRING_TO_ENUM(string) { #string, string }
221 struct string_to_enum { struct
226 static const struct string_to_enum out_channels_name_to_enum_table[] = {
227 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_STEREO),
228 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_5POINT1),
229 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_7POINT1),
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 208 #define STRING_TO_ENUM(string) { #string, string }
223 struct string_to_enum { struct
228 static const struct string_to_enum out_channels_name_to_enum_table[] = {
229 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_STEREO),
230 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_5POINT1),
231 STRING_TO_ENUM(AUDIO_CHANNEL_OUT_7POINT1),
    [all...]

Completed in 227 milliseconds