| 9284 | pthread_cond_t runnable_cv; |
| 9285 | bool runnable; |
| 9286 | PulseAudioHandle() |
| 9287 | : s_play(0) |
| 9288 | , s_rec(0) |
| 9289 | , runnable(false) |
| 9290 | { |
| 9291 | } |
| 9292 | }; |
| 9293 | |
| 9294 | RtApiPulse::~RtApiPulse() |
nothing calls this directly
no outgoing calls
no test coverage detected