Searched refs:stop_stream_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/audio/alsa/
H A Dalsa_output.cc20 // 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
150 stop_stream_(false),
215 stop_stream_ = true;
259 stop_stream_ = true; // Not necessary in production, but unit tests
275 if (stop_stream_)
293 stop_stream_ = true;
302 stop_stream_ = true;
345 if (stop_stream_) {
[all...]
H A Dalsa_output_unittest.cc347 EXPECT_FALSE(test_stream->stop_stream_);
368 EXPECT_TRUE(test_stream->stop_stream_);
396 EXPECT_TRUE(test_stream->stop_stream_);
549 // Fail the next write, and see that stop_stream_ is set.
560 EXPECT_TRUE(test_stream->stop_stream_);
577 test_stream->stop_stream_ = true;
814 test_stream->stop_stream_ = true;
839 test_stream->stop_stream_ = true;
853 test_stream->stop_stream_ = true;
H A Dalsa_output.h184 bool stop_stream_; member in class:media::AlsaPcmOutputStream
/external/chromium_org/ui/events/platform/
H A Dplatform_event_source_unittest.cc49 : stop_stream_(false) {
58 stop_stream_ = false;
61 if (stop_stream_)
69 stop_stream_ = true;
73 bool stop_stream_; member in class:ui::TestPlatformEventSource
83 stop_stream_(false) {
109 bool stop_stream_; member in class:ui::TestPlatformEventDispatcher

Completed in 298 milliseconds