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

  /sdk/emulator/opengl/tests/ut_renderer/
ReadBuffer.cpp 16 #include "ReadBuffer.h"
20 ReadBuffer::ReadBuffer(SocketStream *stream, size_t bufsize)
29 ReadBuffer::~ReadBuffer()
34 int ReadBuffer::getData()
48 void ReadBuffer::consume(size_t amount)
ReadBuffer.h 21 class ReadBuffer {
23 ReadBuffer(SocketStream *stream, size_t bufSize);
24 ~ReadBuffer();
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ReadBuffer.cpp 16 #include "ReadBuffer.h"
22 ReadBuffer::ReadBuffer(IOStream *stream, size_t bufsize)
31 ReadBuffer::~ReadBuffer()
36 int ReadBuffer::getData()
53 ERR("Failed to alloc %zu bytes for ReadBuffer\n", new_size);
68 void ReadBuffer::consume(size_t amount)
ReadBuffer.h 21 class ReadBuffer {
23 ReadBuffer(IOStream *stream, size_t bufSize);
24 ~ReadBuffer();
  /external/v8/preparser/
preparser-process.cc 103 bool ReadBuffer(FILE* source, void* buffer, size_t length) {
344 if (!ReadBuffer(input, *buffer, length)) {
  /frameworks/native/include/media/openmax/
OMX_ContentPipe.h 188 CPresult (*ReadBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint *nSize, CPbool bForbidCopy);
190 /** Release a buffer obtained by ReadBuffer back to the pipe. */
  /hardware/qcom/media/mm-core/inc/
OMX_ContentPipe.h 171 CPresult (*ReadBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint *nSize, CPbool bForbidCopy);
173 /** Release a buffer obtained by ReadBuffer back to the pipe. */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 171 CPresult (*ReadBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint *nSize, CPbool bForbidCopy);
173 /** Release a buffer obtained by ReadBuffer back to the pipe. */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_ContentPipe.h 171 CPresult (*ReadBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint *nSize, CPbool bForbidCopy);
173 /** Release a buffer obtained by ReadBuffer back to the pipe. */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 171 CPresult (*ReadBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint *nSize, CPbool bForbidCopy);
173 /** Release a buffer obtained by ReadBuffer back to the pipe. */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 171 CPresult (*ReadBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint *nSize, CPbool bForbidCopy);
173 /** Release a buffer obtained by ReadBuffer back to the pipe. */
  /external/libnfc-nxp/src/
phFriNfc_NdefMap.h 759 uint8_t ReadBuffer[PH_FRINFC_NDEFMAP_TOPAZ_MAX_SIZE];
761 /** Size to know the exact data filled in the ReadBuffer. Useful, when the
    [all...]

Completed in 335 milliseconds