Home | History | Annotate | Download | only in libaudio

Lines Matching refs:strerror

72         ALOGE("open /dev/audio_ctl failed: %s", strerror(errno));
77 ALOGE("could not get output device: %s", strerror(errno));
81 ALOGE("could not get input device: %s", strerror(errno));
86 ALOGE("could not get output rate: %s", strerror(errno));
90 ALOGE("could not get input rate: %s", strerror(errno));
314 strerror(errno));
320 strerror(errno));
337 strerror(errno));
343 strerror(errno));
524 ALOGE("could not set spkr volume: %s", strerror(errno));
533 ALOGE("could not set mic volume: %s", strerror(errno));
658 mCurInDevice.id, mCurInDevice.on, strerror(errno));
678 strerror(errno));
773 ALOGE("could not set bit format %s", strerror(errno));
776 ALOGE("could not set bluetooth bypass %s", strerror(errno));
938 ALOGE("open " dev " failed: %s", strerror(errno)); \
1252 ALOGE("Error writing %d bytes to output: %s", outsize, strerror(errno));
1282 ALOGE("could not flush playback: %s", strerror(errno));
1284 ALOGE("could not flush bluetooth: %s", strerror(errno));
1286 ALOGE("could not flush spdif: %s", strerror(errno));
1297 ALOGE("could not set number of output buffers: %s", strerror(errno));
1346 speaker_rate, strerror(errno));
1792 ALOGE("cannot read input config: %s", strerror(errno));
1800 ALOGE("cannot set input config: %s", strerror(errno));
1817 ALOGE("could not set input rate(%d): %s", mDriverRate, strerror(errno));
1835 ALOGE("%s: could not stop recording: %s", __FUNCTION__, strerror(errno));
1849 ALOGE("open /dev/audio1_in failed: %s", strerror(errno));
1853 ALOGE("open /dev/audio1_in_ctl failed: %s", strerror(errno));
1966 ALOGE("could not stop recording: %d %s", errno, strerror(errno));