HomeSort by relevance Sort by last modified time
    Searched defs:mReplyBuffer (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/camera/
QemuClient.h 170 char* mReplyBuffer;
  /device/google/cuttlefish_common/guest/hals/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 76 milliseconds