Home
last modified time | relevance | path

Searched refs:DBG_CASE (Results 1 – 1 of 1) sorted by relevance

/dports/audio/kwave/kwave-21.12.3/plugins/record/
H A DRecord-PulseAudio.cpp311 DBG_CASE(PA_STREAM_CREATING); in notifyStreamState()
312 DBG_CASE(PA_STREAM_UNCONNECTED); in notifyStreamState()
313 DBG_CASE(PA_STREAM_FAILED); in notifyStreamState()
314 DBG_CASE(PA_STREAM_TERMINATED); in notifyStreamState()
315 DBG_CASE(PA_STREAM_READY); in notifyStreamState()
317 #undef DBG_CASE in notifyStreamState()
355 DBG_CASE(PA_CONTEXT_CONNECTING); in notifyContext()
358 DBG_CASE(PA_CONTEXT_READY); in notifyContext()
359 DBG_CASE(PA_CONTEXT_TERMINATED); in notifyContext()
360 DBG_CASE(PA_CONTEXT_FAILED); in notifyContext()
[all …]