OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mByteCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
BufLog.cpp
118
mByteCount
= 0;
170
size = MIN(size, mMaxBytes -
mByteCount
);
173
mByteCount
+= bytes;
174
if (mMaxBytes > 0 && mMaxBytes ==
mByteCount
) {
179
mTag,
mByteCount
);
BufLog.h
145
size_t
mByteCount
;
Completed in 4165 milliseconds