Searched refs:tunnel_mode (Results 1 – 1 of 1) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | tunnel_test.c | 101 int tunnel_mode[MAX_TUNNELS] = { 0 }; local 179 tunnel_mode[i] = strtol(argv[i*3+5], 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 …d to enable tunneling for src_id %u mode %u encode %u", tunnel_src[i], tunnel_mode[i], tunnel_enco… 402 err = ia_disable_tunneling_source(thdl, tunnel_src[i], tunnel_mode[i], tunnel_encode[i]);
|