Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 24 of 24) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.h158 TRACE(ERROR, _x("error: %X"), __e); \
161 TRACE(WARNING, _x("warning: %X"), __e); \
175 TRACE(ERROR, _x("[%p]:(%d, %d, %p): %X"), (codec), (cmd), (idx), (pv), __e); \
178 TRACE(WARNING, _x("%X"), __e); \
191 TRACE(ERROR, _x("[%p]:(%d, %d, %p): %X"), (codec), (cmd), (idx), (pv), __e); \
193 TRACE(WARNING, _x("%X"), __e); \
208 TRACE(ERROR, _x("[%p]: " #func ": %X"), (codec), __e); \
212 TRACE(WARNING, _x("warning: %X"), __e); \
223 TRACE(ERROR, _x("Failed to allocate %d bytes of memory"), (size)); \
229 TRACE(ERROR, _x("Invalid %d-algnment: %p"), (align), (p)->addr); \
Dxa-class-audio-codec.c124 …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()
430 (size ? TRACE(1, _x("set input ptr: %p"), codec->input.buffer) : 0); in xa_codec_memtab()
472 TRACE(1, _x("set output ptr: %p"), output); in xa_codec_preprocess()
587 BUG(1, _x("breakpoint")); in xa_codec_postprocess()
Dxa-class-mixer.c644 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()
Dxa-class-base.c151 TRACE(ERROR, _x("Invalid memory type: [%d]=(%u, %u, %u)"), i, type, size, align); in xa_base_postinit()
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-io.c101 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 …]
Dxf-msg.c97 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()
Dxf-sched.c99 BUG(rb_cache(tree) == rb_null(tree), _x("Invalid scheduler state")); in xf_sched_put()
Dxf-core.c107 TRACE(ERROR, _x("Component creation failed")); in xf_proxy_register()
182 TRACE(ERROR, _x("Source port lookup failed: %x"), src);
329 TRACE(ERROR, _x("invalid opcode: %x"), opcode); in xf_proxy_command()
/device/linaro/hikey/hifi/xaf/host-apf/include/os/android/
Dxf-osal.h101 TRACE(1, _x("prepare-wait")); \
138 TRACE(1, _x("wait")); \
140 TRACE(1, _x("resume")); \
159 TRACE(1, _x("wakeup")); \
171 TRACE(1, _x("wait-complete")); \
/device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/
Dxf-osal.h95 TRACE(1, _x("prepare-wait")); \
132 TRACE(1, _x("wait")); \
134 TRACE(1, _x("resume")); \
153 TRACE(1, _x("wakeup")); \
165 TRACE(1, _x("wait-complete")); \
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c128 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()
298 TRACE(ERROR, _x("abnormal proxy[%p] thread termination: %d"), proxy, r); in xf_proxy_thread()
339 TRACE(ERROR, _x("Failed to create polling thread: %d"), r); in xf_proxy_init()
384 TRACE(ERROR, _x("client allocation failed")); in xf_open()
389 TRACE(ERROR, _x("client registering failed")); in xf_open()
521 TRACE(ERROR, _x("Command failed: %d"), r); in xf_unroute()
[all …]
Dxaf-api.c49 BUG(1, _x("[%p] Abnormal termination"), h); in xaf_comp_response()
/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c245 TRACE(ERROR, _x("Unknown Decoder Extension '%s'"), ext); in main()
253 TRACE(ERROR, _x("Failed to open '%s': %d"), argv[1], errno); in main()
258 TRACE(ERROR, _x("Failed to open '%s': %d"), "/data/dec-out.pcm", errno); in main()
297 TRACE(ERROR, _x("Playback open error\n")); in main()
320 TRACE(ERROR, _x("Failed to init")); in main()
Dxaf-dec-mix-test.c279 TRACE(ERROR, _x("Unknown Decoder Extension '%s'"), ext); in main()
286 TRACE(ERROR, _x("Failed to open '%s': %d"), argv[i+1], errno); in main()
295 TRACE(ERROR, _x("Failed to open '%s': %d"), "dec-mix-out.pcm", errno); in main()
352 TRACE(ERROR, _x("Failed to init")); in main()
364 TRACE(ERROR, _x("Failed to init")); in main()
372 TRACE(ERROR, _x("Playback open error\n")); in main()
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp69 A(int _x) { in A() argument
72 *p = _x; in A()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxaf-api.h118 TRACE(ERROR, _x("Null pointer error: %d"), __ret); \
131 TRACE(ERROR, _x("Invalid value: %d"), __ret); \
Dxf-debug.h176 TRACE(ERROR, _x("API error: %d"), __ret); \
189 TRACE(ERROR, _x("check failed")); \
/device/linaro/hikey/hifi/xaf/host-apf/playback/
Dxa_playback.c186 TRACE(ERROR, _x("%s is %u%s, device only supports >= %u%s\n"), param_name, value, in check_param()
193 TRACE(ERROR, _x("%s is %u%s, device only supports <= %u%s\n"), param_name, value, in check_param()
210 TRACE(ERROR, _x("Unable to open PCM device %u.\n"), device); in sample_is_playable()
255 TRACE(ERROR, _x("Unable to open PCM device %u (%s)\n"), in xa_playback_open()
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c534 float _x[N]; in mat44Solve() local
542 _x[k] = bCopy[k]; in mat44Solve()
544 _x[k] -= _x[i] * A->elem[k][i]; in mat44Solve()
546 _x[k] /= A->elem[k][k]; in mat44Solve()
551 _x[k] -= _x[i] * A->elem[k][i]; in mat44Solve()
555 initVec4(x, _x[0], _x[1], _x[2], _x[3]); in mat44Solve()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
Dxf-mem.h81 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/include/
Dxf-debug.h199 TRACE(ERROR, _x("API error: %d"), __ret); \
212 TRACE(ERROR, _x("check failed: %d"), __ret); \
Dxf-msg.h133 BUG((m)->next != NULL, _x("message is active: %p"), (m)); \
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/mixer/
Dxa-mixer.c291 TRACE(ERROR, _x("Unrecognized command type: %X"), i_idx); in xa_mixer_init()
331 TRACE(ERROR, _x("Invalid parameter: %X"), i_idx); in xa_mixer_set_config_param()
379 TRACE(ERROR, _x("Invalid parameter: %X"), i_idx); in xa_mixer_get_config_param()
412 TRACE(ERROR, _x("Invalid index: %X"), i_idx); in xa_mixer_execute()
/device/generic/goldfish/radio/ril/
Dreference-ril.c57 __typeof__(x) _x = (x); \
59 _x > _y ? _x : _y; })