Lines Matching defs:AICSServiceProxy
78 async def test_init_service(aics_client: AICSServiceProxy):
92 async def test_wrong_opcode_raise_error(aics_client: AICSServiceProxy):
108 aics_client: AICSServiceProxy,
134 async def test_set_gain_setting_when_gain_mode_automatic(aics_client: AICSServiceProxy):
158 async def test_set_gain_setting_when_gain_mode_MANUAL(aics_client: AICSServiceProxy):
182 aics_client: AICSServiceProxy,
206 async def test_unmute_when_muted(aics_client: AICSServiceProxy):
226 async def test_unmute_when_mute_disabled(aics_client: AICSServiceProxy):
250 async def test_mute_when_not_muted(aics_client: AICSServiceProxy):
271 async def test_mute_when_mute_disabled(aics_client: AICSServiceProxy):
295 async def test_set_manual_gain_mode_when_automatic(aics_client: AICSServiceProxy):
316 async def test_set_manual_gain_mode_when_already_manual(aics_client: AICSServiceProxy):
337 async def test_set_manual_gain_mode_when_manual_only(aics_client: AICSServiceProxy):
361 async def test_set_manual_gain_mode_when_automatic_only(aics_client: AICSServiceProxy):
386 async def test_set_automatic_gain_mode_when_manual(aics_client: AICSServiceProxy):
408 aics_client: AICSServiceProxy,
430 async def test_set_automatic_gain_mode_when_manual_only(aics_client: AICSServiceProxy):
456 aics_client: AICSServiceProxy,
482 async def test_audio_input_description_initial_value(aics_client: AICSServiceProxy):
488 async def test_audio_input_description_write_and_read(aics_client: AICSServiceProxy):