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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 333 WriteBuffer();
340 return WriteBuffer();
345 if (!WriteBuffer()) return false;
371 bool CopyingOutputStreamAdaptor::WriteBuffer() {
  /art/runtime/jit/
offline_profiling_info.cc 141 static bool WriteBuffer(int fd, const uint8_t* buffer, size_t byte_count) {
187 WriteBuffer(fd, kProfileMagic, sizeof(kProfileMagic));
188 WriteBuffer(fd, kProfileVersion, sizeof(kProfileVersion));
193 if (!WriteBuffer(fd, buffer.data(), buffer.size())) {
238 return WriteBuffer(fd, buffer.data(), buffer.size());
  /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/msm8974/mm-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/qcom/media/msm8974/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/qcom/media/msm8996/mm-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/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/omap4-aah/domx/omx_core/inc/
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/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/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 1331 milliseconds