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

  /external/chromium_org/mojo/system/
raw_channel.cc 40 // RawChannel::WriteBuffer -----------------------------------------------------
42 RawChannel::WriteBuffer::WriteBuffer(size_t serialized_platform_handle_size)
48 RawChannel::WriteBuffer::~WriteBuffer() {
52 bool RawChannel::WriteBuffer::HavePlatformHandlesToSend() const {
75 void RawChannel::WriteBuffer::GetPlatformHandlesToSend(
96 void RawChannel::WriteBuffer::GetBuffers(std::vector<Buffer>* buffers) const {
187 write_buffer_.reset(new WriteBuffer(GetSerializedPlatformHandleSize()));
raw_channel.h 136 class MOJO_SYSTEM_IMPL_EXPORT WriteBuffer {
143 explicit WriteBuffer(size_t serialized_platform_handle_size);
144 ~WriteBuffer();
184 DISALLOW_COPY_AND_ASSIGN(WriteBuffer);
203 WriteBuffer* write_buffer_no_lock() {
275 scoped_ptr<WriteBuffer> write_buffer) = 0;
302 scoped_ptr<WriteBuffer> write_buffer_;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 323 WriteBuffer();
330 return WriteBuffer();
335 if (!WriteBuffer()) return false;
361 bool CopyingOutputStreamAdaptor::WriteBuffer() {
  /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() {
  /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/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/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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_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);
  /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/chromium_org/net/url_request/
url_fetcher_core.cc 436 WriteBuffer(new DrainableIOBuffer(buffer_.get(), bytes_read));
802 int URLFetcherCore::WriteBuffer(scoped_refptr<DrainableIOBuffer> data) {
831 if (WriteBuffer(data) < 0)
  /external/chromium_org/third_party/sqlite/src/src/
test6.c 27 typedef struct WriteBuffer WriteBuffer;
36 ** structure (type WriteBuffer). This structure is placed at the
41 ** traversed and data copied from any overlapping WriteBuffer
49 ** the data associated with a subset of the WriteBuffer structures
63 ** write-list is traversed from beginning to end. Each WriteBuffer
68 ** each WriteBuffer in the write-list, regardless of which
77 ** overlap the region specified by the WriteBuffer. Or garbage
86 ** If the IOCAP_ATOMIC512 flag is set, and the WriteBuffer represents
117 struct WriteBuffer {
    [all...]

Completed in 521 milliseconds