Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/tests/
Dtunnel_test.c100 int tunnel_src[MAX_TUNNELS] = { 0 }; local
178 tunnel_src[i] = strtol(argv[i*3+4], NULL, 0);
181 …ALOGD("Tunnel source 0x%x Tunnel mode %d Tunnel encode %d", tunnel_src[i], tunnel_mode[i], tunnel_…
204 err = ia_enable_tunneling_source(thdl, tunnel_src[i], tunnel_mode[i], tunnel_encode[i]);
206 …ALOGE("Failed to enable tunneling for src_id %u mode %u encode %u", tunnel_src[i], tunnel_mode[i],…
402 err = ia_disable_tunneling_source(thdl, tunnel_src[i], tunnel_mode[i], tunnel_encode[i]);
404 ALOGE("Failed to disable tunneling for tunl_id %u src_id %u", i, tunnel_src[i]);