HomeSort by relevance Sort by last modified time
    Searched defs:mBuffer (Results 1 - 25 of 579) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/suite/audio_quality/lib/include/task/
TaskSound.h 33 android::sp<Buffer> mBuffer;
TaskInput.h 36 android::sp<Buffer> mBuffer;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByDns/
GetHostByDns.c 26 char mBuffer[65536];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetNetByName/
GetNetByName.c 24 char mBuffer[65536];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetServByName/
GetServByName.c 24 char mBuffer[65536];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetServByPort/
GetServByPort.c 25 char mBuffer[65536];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetHostName/
SetHostName.c 25 char mBuffer[65536];
82 AppStatus = gethostname ( &mBuffer[0], sizeof ( mBuffer ));
87 if ( 0 == mBuffer[0]) {
91 Print ( L"Host name: %a", &mBuffer[0]);
  /frameworks/av/media/libstagefright/include/
DataURISource.h 39 sp<ABuffer> mBuffer;
  /frameworks/webview/chromium/plat_support/
graphic_buffer_impl.h 48 sp<android::GraphicBuffer> mBuffer;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
ver2_pt_node_array_reader.h 30 Ver2PtNodeArrayReader(const ReadOnlyByteArrayView buffer) : mBuffer(buffer) {};
40 const ReadOnlyByteArrayView mBuffer;
ver2_patricia_trie_node_reader.h 38 : mBuffer(buffer), mBigramPolicy(bigramPolicy), mShortcutPolicy(shortcutPolicy),
46 const ReadOnlyByteArrayView mBuffer;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_pt_node_array_reader.h 29 Ver4PtNodeArrayReader(const BufferWithExtendableBuffer *const buffer) : mBuffer(buffer) {};
39 const BufferWithExtendableBuffer *const mBuffer;
ver4_patricia_trie_node_reader.h 37 : mBuffer(buffer) {}
49 const BufferWithExtendableBuffer *const mBuffer;
  /system/nfc/halimpl/bcm2079x/include/
StartupConfig.h 88 uint8_string mBuffer;
  /packages/apps/Camera2/src/com/android/camera/async/
RefCountedBufferQueueController.java 25 private final RefCountBase<BufferQueueController> mBuffer;
28 mBuffer = new RefCountBase<BufferQueueController>(stream, 1);
33 mBuffer.get().update(element);
38 return mBuffer.get().isClosed();
42 mBuffer.addRef();
47 mBuffer.close();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/
GetHostByName.c 24 char mBuffer[65536];
  /frameworks/av/media/libmedia/include/media/
MediaCodecBuffer.h 68 const sp<ABuffer> mBuffer;
  /frameworks/av/media/libnbaio/include/
AudioBufferProviderSource.h 50 AudioBufferProvider::Buffer mBuffer; // current buffer
  /frameworks/av/media/mtp/
MtpPacket.h 32 uint8_t* mBuffer;
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestVirtualDisplay.h 44 Hwc2TestBuffer mBuffer;
  /hardware/akm/AK8975_FS/libsensors/
InputEventReader.h 31 struct input_event* const mBuffer;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_pt_node_array_reader.h 42 Ver4PtNodeArrayReader(const BufferWithExtendableBuffer *const buffer) : mBuffer(buffer) {};
52 const BufferWithExtendableBuffer *const mBuffer;
  /tools/apksig/src/main/java/com/android/apksig/internal/util/
ByteBufferSink.java 29 private final ByteBuffer mBuffer;
32 mBuffer = buffer;
36 return mBuffer;
42 mBuffer.put(buf, offset, length);
53 mBuffer.put(buf);
  /cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/
fifo.h 38 // the end of mBuffer. Only the indices are wasted, not any memory.
40 void *mBuffer; // pointer to caller-allocated buffer of size mFrameCount frames
  /cts/suite/audio_quality/lib/include/
FileUtil.h 60 char* mBuffer;

Completed in 1417 milliseconds

1 2 3 4 5 6 7 8 91011>>