Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dnative-common.h41 PA_COMMAND_DELETE_PLAYBACK_STREAM, enumerator
Dpdispatch.c55 [PA_COMMAND_DELETE_PLAYBACK_STREAM] = "DELETE_PLAYBACK_STREAM",
Dprotocol-native.c2145 case PA_COMMAND_DELETE_PLAYBACK_STREAM: { in command_delete_stream()
4874 [PA_COMMAND_DELETE_PLAYBACK_STREAM] = command_delete_stream,
/third_party/pulseaudio/src/pulse/
Dstream.c2070 (uint32_t) (s->direction == PA_STREAM_PLAYBACK ? PA_COMMAND_DELETE_PLAYBACK_STREAM : in pa_stream_disconnect()