Searched refs:handle_p (Results 1 – 2 of 2) sorted by relevance
/third_party/alsa-lib/test/ |
D | audio_time.c | 102 snd_pcm_t *handle_p = NULL; in main() local 179 if ((err = snd_pcm_open(&handle_p, pcm_name, SND_PCM_STREAM_PLAYBACK, 0)) < 0) { in main() 184 if ((err = snd_pcm_set_params(handle_p, in main() 197 err = snd_pcm_hw_params_current(handle_p, hwparams_p); in main() 218 err = snd_pcm_sw_params_current(handle_p, swparams_p); in main() 225 err = snd_pcm_sw_params_set_tstamp_mode(handle_p, swparams_p, SND_PCM_TSTAMP_ENABLE); in main() 231 err = snd_pcm_sw_params_set_tstamp_type(handle_p, swparams_p, TSTAMP_TYPE); in main() 238 err = snd_pcm_sw_params(handle_p, swparams_p); in main() 315 if ((err = snd_pcm_link(handle_c, handle_p)) < 0) { in main() 325 frames = snd_pcm_writei(handle_p, buffer_p, PERIOD); in main() [all …]
|
/third_party/boost/boost/process/detail/windows/ |
D | io_context_ref.hpp | 117 auto handle_p = wh.handle.get(); in on_success() local 118 handle_p->async_wait(std::move(wh)); in on_success()
|