Lines Matching refs:test_ctx
44 pa_lo_test_context test_ctx; variable
142 test_ctx.context_name = context_name; in START_TEST()
144 test_ctx.sample_spec.format = PA_SAMPLE_FLOAT32, in START_TEST()
145 test_ctx.sample_spec.rate = SAMPLE_HZ, in START_TEST()
146 test_ctx.sample_spec.channels = CHANNELS, in START_TEST()
148 test_ctx.play_latency = 25; in START_TEST()
149 test_ctx.rec_latency = 5; in START_TEST()
151 test_ctx.read_cb = read_cb; in START_TEST()
152 test_ctx.write_cb = write_cb; in START_TEST()
161 fail_unless(pa_lo_test_init(&test_ctx) == 0); in START_TEST()
162 fail_unless(pa_lo_test_run(&test_ctx) == 0); in START_TEST()
163 pa_lo_test_deinit(&test_ctx); in START_TEST()