OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_stream_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/audio/alsa/
alsa_output.cc
20
// and |
stop_stream_
|. The |
stop_stream_
| variable is used to indicate
30
// When |
stop_stream_
| is set, no more commands will be made against the
151
stop_stream_
(false),
216
stop_stream_
= true;
260
stop_stream_
= true; // Not necessary in production, but unit tests
276
if (
stop_stream_
)
294
stop_stream_
= true;
303
stop_stream_
= true;
346
if (
stop_stream_
) {
[
all
...]
alsa_output_unittest.cc
358
EXPECT_FALSE(test_stream->
stop_stream_
);
379
EXPECT_TRUE(test_stream->
stop_stream_
);
407
EXPECT_TRUE(test_stream->
stop_stream_
);
560
// Fail the next write, and see that
stop_stream_
is set.
571
EXPECT_TRUE(test_stream->
stop_stream_
);
588
test_stream->
stop_stream_
= true;
[
all
...]
alsa_output.h
184
bool
stop_stream_
;
member in class:media::AlsaPcmOutputStream
Completed in 565 milliseconds