OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mByteCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/mtp/
MtpStringBuffer.h
34
int
mByteCount
;
50
inline int getByteCount() const { return
mByteCount
; }
MtpStringBuffer.cpp
28
mByteCount
(1)
35
mByteCount
(1)
42
mByteCount
(1)
49
mByteCount
(src.
mByteCount
)
51
memcpy(mBuffer, src.mBuffer,
mByteCount
);
93
mByteCount
= length + 1;
118
mByteCount
= dest - mBuffer;
139
mByteCount
= dest - mBuffer;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
Base64Reader.java
31
private int
mByteCount
;
43
mByteCount
= 0;
53
return
mByteCount
;
94
switch (
mByteCount
% 3) {
108
mByteCount
++;
Completed in 515 milliseconds