OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pa_stream_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/audio/pulse/
pulse_output.cc
47
pa_stream_
(NULL),
59
DCHECK(!
pa_stream_
);
66
return pulse::CreateOutputStream(&pa_mainloop_, &pa_context_, &
pa_stream_
,
73
DCHECK(!
pa_stream_
);
82
if (
pa_stream_
) {
85
pa_stream_
, &pulse::StreamSuccessCallback, pa_mainloop_);
89
pa_stream_disconnect(
pa_stream_
);
90
pa_stream_set_write_callback(
pa_stream_
, NULL, NULL);
91
pa_stream_set_state_callback(
pa_stream_
, NULL, NULL);
92
pa_stream_unref(
pa_stream_
);
[
all
...]
pulse_output.h
51
// Called by PulseAudio when |
pa_stream_
| change state. If an unexpected
75
pa_stream*
pa_stream_
;
member in class:media::PulseAudioOutputStream
pulse_unified.h
38
// Called by PulseAudio when |
pa_stream_
| change state. If an unexpected
Completed in 212 milliseconds