Searched defs:mOutputBuffer (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/oboeservice/
H A DAAudioMixer.h47 float *mOutputBuffer = nullptr; member in class:AAudioMixer
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java44 private ByteBuffer mOutputBuffer; field in class:SerialChat
63 mOutputBuffer = ByteBuffer.allocateDirect(1024);
66 mOutputBuffer = ByteBuffer.allocate(1024);
111 mOutputBuffer.clear();
112 mOutputBuffer.put(bytes);
113 mSerialPort.write(mOutputBuffer, bytes.length);
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DTransport.java47 private ByteBuffer mOutputBuffer; field in class:Transport
61 mOutputBuffer = ByteBuffer.allocate(maxPacketSize);
85 if (mOutputBuffer != null) {
95 mOutputBuffer = null;
114 if (mOutputBuffer == null) {
119 final byte[] outputArray = mOutputBuffer.array();
120 final int capacity = mOutputBuffer.capacity();
121 mOutputBuffer.clear();
122 mOutputBuffer.putShort((short)service);
123 mOutputBuffer
[all...]
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h441 FencedBuffer mOutputBuffer; member in class:android::HWC2On1Adapter::Display

Completed in 149 milliseconds