Lines Matching refs:ALOGE
74 ALOGE("no mixer in setMixerValue"); in setMixerValue()
79 ALOGE("mixer_get_ctl_by_name failed for %s", name); in setMixerValue()
98 ALOGE("mixer_ctl_set_value failed for %s %d", name, intValue); in setMixerValue()
101 ALOGE("Could not parse %s as int for %d", intValue, name); in setMixerValue()
107 ALOGE("mixer_ctl_set_enum_by_string failed for %s %%s", name, stringValue); in setMixerValue()
110 ALOGE("Could not parse %s as enum for %d", stringValue, name); in setMixerValue()
114 ALOGE("unsupported mixer type %d for %s", type, name); in setMixerValue()
151 ALOGE("Line too long in audio_conf.txt"); in init()
162 ALOGE("could not open mixer for card %d", mCard); in init()
181 ALOGE("values missing for name: \"%s\"", name); in init()
217 ALOGE("mCurrentFile is NULL"); in threadLoop()
223 ALOGE("Could not access WAV file data"); in threadLoop()
231 ALOGE("Error: audio file is not a riff/wave file\n"); in threadLoop()
240 ALOGE("EOF reading chunk headers"); in threadLoop()
265 ALOGE("format not found in WAV file"); in threadLoop()
279 ALOGE("only 16 bit WAV files are supported"); in threadLoop()
286 ALOGE("Unable to open PCM device (%s)\n", pcm_get_error(pcm)); in threadLoop()
299 ALOGE("pcm_write failed (%s)", pcm_get_error(pcm)); in threadLoop()