OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:underruns
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
NBAIO.h
142
// Number of
underruns
since construction, where a set of contiguous lost frames is one event.
143
virtual size_t
underruns
() const { return 0; }
function in class:android::NBAIO_Sink
AudioFlinger.cpp
1605
FastTrackUnderruns
underruns
= getFastTrackUnderruns(0);
local
2922
FastTrackUnderruns
underruns
= ftDump->mUnderruns;
local
[
all
...]
/external/tinyalsa/
pcm.c
149
int
underruns
;
member in struct:pcm
394
pcm->
underruns
++;
424
pcm->
underruns
++;
592
pcm->
underruns
= 0;
Completed in 381 milliseconds