OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mReplyBuffer
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/camera/
QemuClient.h
172
char*
mReplyBuffer
;
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java
64
private ByteBuffer
mReplyBuffer
= ByteBuffer.allocate(PROTOCOL_SIMPLE_REPLY_SIZE);
457
mReplyBuffer
.clear();
458
mReplyBuffer
.putInt((cmd & 0xffff) | 0x43210000);
459
mReplyBuffer
.putInt(errorCode);
460
mReplyBuffer
.putInt(len);
463
mOutput.write(
mReplyBuffer
.array(), 0, PROTOCOL_SIMPLE_REPLY_SIZE);
Completed in 53 milliseconds