Searched refs:source_exhausted (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/audio/alsa/
H A Dalsa_output_unittest.cc600 bool source_exhausted; local
603 test_stream->BufferPacket(&source_exhausted);
606 EXPECT_FALSE(source_exhausted);
626 bool source_exhausted; local
629 test_stream->BufferPacket(&source_exhausted);
632 EXPECT_FALSE(source_exhausted);
653 bool source_exhausted; local
656 test_stream->BufferPacket(&source_exhausted);
659 EXPECT_FALSE(source_exhausted);
667 bool source_exhausted; local
815 bool source_exhausted; local
[all...]
H A Dalsa_output.cc341 void AlsaPcmOutputStream::BufferPacket(bool* source_exhausted) { argument
347 *source_exhausted = true;
351 *source_exhausted = false;
389 *source_exhausted = true;
463 bool source_exhausted;
464 BufferPacket(&source_exhausted);
467 ScheduleNextWrite(source_exhausted);
470 void AlsaPcmOutputStream::ScheduleNextWrite(bool source_exhausted) { argument
494 } else if (!source_exhausted) {
H A Dalsa_output.h124 void BufferPacket(bool* source_exhausted);
127 void ScheduleNextWrite(bool source_exhausted);

Completed in 1556 milliseconds