OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_exhausted
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/audio/alsa/
alsa_output_unittest.cc
611
bool
source_exhausted
;
local
614
test_stream->BufferPacket(&
source_exhausted
);
617
EXPECT_FALSE(
source_exhausted
);
637
bool
source_exhausted
;
local
640
test_stream->BufferPacket(&
source_exhausted
);
643
EXPECT_FALSE(
source_exhausted
);
664
bool
source_exhausted
;
local
667
test_stream->BufferPacket(&
source_exhausted
);
670
EXPECT_FALSE(
source_exhausted
);
678
bool
source_exhausted
;
local
826
bool
source_exhausted
;
local
[
all
...]
alsa_output.cc
342
void AlsaPcmOutputStream::BufferPacket(bool*
source_exhausted
) {
348
*
source_exhausted
= true;
352
*
source_exhausted
= false;
390
*
source_exhausted
= true;
464
bool
source_exhausted
;
465
BufferPacket(&
source_exhausted
);
468
ScheduleNextWrite(
source_exhausted
);
471
void AlsaPcmOutputStream::ScheduleNextWrite(bool
source_exhausted
) {
495
} else if (!
source_exhausted
) {
alsa_output.h
124
void BufferPacket(bool*
source_exhausted
);
127
void ScheduleNextWrite(bool
source_exhausted
);
Completed in 317 milliseconds