/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-io.c | 101 BUG(port->flags & XF_INPUT_FLAG_EOS, _x("invalid state: %x"), port->flags); in xf_input_port_put() 140 BUG(m == NULL, _x("invalid port state")); in xf_input_port_complete() 173 BUG(xf_input_port_bypass(port), _x("Invalid transaction")); in xf_input_port_fill() 197 … BUG((port->flags & XF_INPUT_FLAG_EOS) == 0, _x("port[%p]: invalid state: %x"), port, port->flags); in xf_input_port_fill() 213 BUG(!port->access, _x("invalid port state")); in xf_input_port_fill() 275 … BUG((port->flags & XF_INPUT_FLAG_EOS) == 0, _x("port[%p]: invalid state: %x"), port, port->flags); in xf_input_port_consume() 333 BUG(port->flags & XF_INPUT_FLAG_PURGING, _x("invalid state: %x"), port->flags); in xf_input_port_control_save() 348 BUG((port->flags & XF_INPUT_FLAG_PURGING) == 0, _x("invalid state: %x"), port->flags); in xf_input_port_purge_done() 467 BUG(!xf_output_port_routed(port), _x("invalid state: %x"), port->flags); in xf_output_port_unroute_start() 482 BUG(!xf_output_port_unrouting(port), _x("invalid state: %x"), port->flags); in xf_output_port_unroute_done() [all …]
|
D | xf-msg.c | 97 BUG(!XF_IS_ALIGNED(_m), _x("Corrupted message pointer: %p"), _m); in xf_msg_pool_put() 100 BUG(!xf_msg_from_pool(pool, m) < 0, _x("Bad pool/message: %p/%p"), pool->p, _m); in xf_msg_pool_put()
|
D | xf-sched.c | 99 BUG(rb_cache(tree) == rb_null(tree), _x("Invalid scheduler state")); in xf_sched_put()
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-debug.h | 147 #define BUG(cond, fmt, ...) \ macro 153 __xf_trace(BUG, __xf_format##fmt, ## __VA_ARGS__); \ 162 #define BUG(cond, fmt, ...) (void)0 macro
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-debug.h | 170 #define BUG(cond, fmt, ...) \ macro 176 __xf_trace(BUG, __xf_format##fmt, ## __VA_ARGS__); \ 185 #define BUG(cond, fmt, ...) (void)0 macro
|
D | xf-msg.h | 133 BUG((m)->next != NULL, _x("message is active: %p"), (m)); \
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/ |
D | xf-mem.h | 81 BUG(!XF_MM_ALIGNED(size), _x("Bad size: %u"), size); \ 108 BUG(!XF_MM_ALIGNED(size), _x("Bad size: %u"), size); \
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-audio-codec.c | 124 …BUG(msg->input_length > codec->input.length, _x("Input buffer reallocation required: %u to %u"), c… in xa_codec_prepare_runtime() 143 …BUG(codec->factor * codec->sample_size != factor, _x("Freq mismatch: %u vs %u"), codec->factor * c… in xa_codec_prepare_runtime() 215 BUG(m->length != 0, _x("Invalid message length: %u"), m->length); in xa_codec_fill_this_buffer() 220 BUG((base->state & XA_BASE_FLAG_COMPLETED) == 0, _x("invalid state: %x"), base->state); in xa_codec_fill_this_buffer() 394 BUG(m != xf_output_port_control_msg(&codec->output), _x("invalid message: %p"), m); in xa_codec_flush() 587 BUG(1, _x("breakpoint")); in xa_codec_postprocess()
|
D | xa-class-mixer.c | 644 BUG(1, _x("breakpoint")); in xa_mixer_postprocess() 654 BUG(1, _x("breakpoint")); in xa_mixer_postprocess() 700 …BUG(produced != mixer->output.length, _x("Invalid length: %u != %u"), produced, mixer->output.leng… in xa_mixer_postprocess()
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-proxy.c | 128 BUG(client >= XF_CFG_PROXY_MAX_CLIENTS, _x("Invalid client index: %u"), client); in xf_client_lookup() 172 BUG(proxy->cmap[handle->client].handle != handle, _x("Invalid handle: %p"), handle); in xf_client_unregister() 184 BUG(msg.opcode != XF_UNREGISTER, _x("Invalid opcode: %X"), msg.opcode); in xf_client_unregister() 267 …BUG(XF_MSG_DST_CORE(m.id) != proxy->core, _x("Invalid session-id: %X (core=%u)"), m.id, proxy->cor… in xf_proxy_thread() 270 BUG(msg.buffer == (void *)-1, _x("Invalid buffer address: %08x"), m.address); in xf_proxy_thread()
|
D | xaf-api.c | 49 BUG(1, _x("[%p] Abnormal termination"), h); in xaf_comp_response()
|