Searched refs:hwi (Results 1 – 2 of 2) sorted by relevance
1236 HWVoiceIn *hwi = NULL; in audio_is_timer_needed() local1242 while ((hwi = audio_pcm_hw_find_any_enabled_in (hwi))) { in audio_is_timer_needed()1243 if (!hwi->poll_mode) return 1; in audio_is_timer_needed()1879 HWVoiceIn *hwi = NULL; in audio_vm_change_state_handler() local1887 while ((hwi = audio_pcm_hw_find_any_enabled_in (hwi))) { in audio_vm_change_state_handler()1888 hwi->pcm_ops->ctl_in (hwi, op, conf.try_poll_in); in audio_vm_change_state_handler()1899 HWVoiceIn *hwi = NULL; in audio_atexit() local1920 while ((hwi = audio_pcm_hw_find_any_enabled_in (hwi))) { in audio_atexit()1921 hwi->pcm_ops->ctl_in (hwi, VOICE_DISABLE); in audio_atexit()1922 hwi->pcm_ops->fini_in (hwi); in audio_atexit()
356 winaudio_in_buffer_done (HWAVEIN hwi, UINT uMsg, DWORD_PTR dwInstance, in winaudio_in_buffer_done() argument