Home | History | Annotate | Download | only in audio_a2dp_hw

Lines Matching defs:ERROR

64 #define ERROR(fmt, ...)     LOG_ERROR("%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
66 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
212 ERROR("failed to connect (%s)", strerror(errno));
222 ERROR("setsockopt failed (%s)", strerror(errno));
228 ERROR("setsockopt failed (%s)", strerror(errno));
247 ERROR("write failed with errno=%d\n", errno);
274 ERROR("write failed with errno=%d\n", errno);
306 ERROR("ack failed (%s)", strerror(errno));
313 ERROR("ack failed (%s)", strerror(errno));
339 ERROR("cmd failed (%s)", strerror(errno));
363 ERROR("check a2dp ready failed");
377 ERROR("check a2dp ready failed");
409 ERROR("error : a2dp not ready, wait 250 ms and retry");
459 ERROR("%s Audiopath start failed (status %d)", __func__, a2dp_status);
466 ERROR("%s Audiopath start failed - in call, move to suspended", __func__);
502 ERROR("audiopath stop failed");
586 ERROR("stream not in stopped or standby");
601 ERROR("write failed : stream suspended, avoid resetting state");
626 ERROR("only rate %d supported", AUDIO_STREAM_DEFAULT_RATE);
962 ERROR("stream not in stopped or standby");
1072 ERROR("ctrl socket failed to connect (%s)", strerror(errno));
1087 ERROR("failed");
1265 ERROR("ctrl socket failed to connect (%s)", strerror(errno));
1271 ERROR("a2dp_read_audio_config failed (%s)", strerror(errno));
1283 ERROR("failed");
1335 ERROR("interface %s not matching [%s]", name, AUDIO_HARDWARE_INTERFACE);