OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxBytes
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ByteArrayRingBuffer.java
26
private int
mMaxBytes
;
39
mMaxBytes
= maxBytes;
53
pruneToSize(
mMaxBytes
- newData.length);
54
if (mBytesUsed + newData.length >
mMaxBytes
) {
86
mMaxBytes
= maxBytes;
/packages/apps/Settings/src/com/android/settings/bluetooth/
Utf8ByteLengthFilter.java
41
private final int
mMaxBytes
;
44
mMaxBytes
= maxBytes;
64
int keepBytes =
mMaxBytes
- destByteCount;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java
113
private int
mMaxBytes
;
213
mMaxBytes
= readInt(buf, IH_MAX_BYTES);
229
if (
mMaxBytes
<= 0) {
241
if (mActiveBytes < DATA_HEADER_SIZE || mActiveBytes >
mMaxBytes
) {
363
if (DATA_HEADER_SIZE + BLOB_HEADER_SIZE + data.length >
mMaxBytes
) {
367
if (mActiveBytes + BLOB_HEADER_SIZE + data.length >
mMaxBytes
460
if (mActiveBytes + BLOB_HEADER_SIZE + req.length >
mMaxBytes
513
if (length < 0 || length >
mMaxBytes
- offset - BLOB_HEADER_SIZE) {
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java
74
private long
mMaxBytes
;
104
mMaxBytes
= maxBytes;
148
// based on how long it will take us to reach
mMaxBytes
.
157
long result2 = (
mMaxBytes
- fileSize)/mBytesPerSecond;
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 1108 milliseconds