OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mByteCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/mtp/
MtpStringBuffer.h
37
int
mByteCount
;
53
inline int getByteCount() const { return
mByteCount
; }
/frameworks/base/libs/hwui/
VertexBuffer.h
40
,
mByteCount
(0)
72
mByteCount
= mVertexCount * sizeof(TYPE);
129
unsigned int getSize() const { return
mByteCount
; }
168
unsigned int
mByteCount
;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DrawableDownloader.java
84
int
mByteCount
;
127
mByteCount
+= RecycleBitmapPool.getSize(d.getBitmap());
138
mByteCount
= 0;
193
return bitmap.
mByteCount
;
Completed in 512 milliseconds