HomeSort by relevance Sort by last modified time
    Searched refs:WriteBuffer (Results 1 - 9 of 9) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 321 WriteBuffer();
328 return WriteBuffer();
333 if (!WriteBuffer()) return false;
359 bool CopyingOutputStreamAdaptor::WriteBuffer() {
zero_copy_stream_impl_lite.h 304 bool WriteBuffer();
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_ContentPipe.h 182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
187 CPresult (*WriteBuffer)( CPhandle hContent, CPbyte *pBuffer, CPuint nFilledSize);
  /frameworks/native/include/media/openmax/
OMX_ContentPipe.h 199 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
204 CPresult (*WriteBuffer)( CPhandle hContent, CPbyte *pBuffer, CPuint nFilledSize);
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
187 CPresult (*WriteBuffer)( CPhandle hContent, CPbyte *pBuffer, CPuint nFilledSize);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
187 CPresult (*WriteBuffer)( CPhandle hContent, CPbyte *pBuffer, CPuint nFilledSize);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 182 for large writes. The client must call WriteBuffer when done it has filled the buffer with data.*/
187 CPresult (*WriteBuffer)( CPhandle hContent, CPbyte *pBuffer, CPuint nFilledSize);
  /external/v8/preparser/
preparser-process.cc 109 bool WriteBuffer(FILE* dest, const void* buffer, size_t length) {
207 if (!WriteBuffer(stdout, data->data(), size)) {
  /external/zlib/contrib/delphi/
ZLib.pas 427 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer));
432 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer) - FZRec.avail_out);
454 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer));

Completed in 726 milliseconds