Searched refs:activePcm (Results 1 – 1 of 1) sorted by relevance
86 struct pcm * activePcm = NULL; variable249 if(activePcm){ in start_output_stream()250 ALOGV("Closing already open tiny alsa stream running state %d",(int)(activePcm)); in start_output_stream()251 pcm_close(activePcm); in start_output_stream()252 activePcm = NULL; in start_output_stream()265 activePcm = NULL; in start_output_stream()269 activePcm = out->pcm; in start_output_stream()272 …OGV("Initialized PCM device for channels %d handle = %d",out->pcm_config.channels, (int)activePcm); in start_output_stream()354 if (!out->standby && activePcm) { in out_standby()355 pcm_close(activePcm); in out_standby()[all …]