| 8565 | pthread_cond_t runnable_cv; |
| 8566 | bool runnable; |
| 8567 | PulseAudioHandle() : s_play(0), s_rec(0), runnable(false) { } |
| 8568 | }; |
| 8569 | |
| 8570 | static void rt_pa_mainloop_api_quit(int ret) { |
nothing calls this directly
no outgoing calls
no test coverage detected