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

  /development/host/windows/usb/api/
adb_api_legacy.h 153 void* GetWriteBuffer() {
158 const void* GetWriteBuffer() const {
  /external/chromium_org/third_party/libjingle/source/talk/base/
stream_unittest.cc 193 EXPECT_TRUE(NULL != stream->GetWriteBuffer(&bytes));
265 // Use GetWriteBuffer to reset the read_position for the next tests
266 stream->GetWriteBuffer(&bytes);
312 // Use GetWriteBuffer to reset the read_position for the next tests
313 stream->GetWriteBuffer(&bytes);
316 // Try using GetWriteBuffer to do a full write
317 p = stream->GetWriteBuffer(&bytes);
326 // Try using GetWriteBuffer to do some small writes
327 p = stream->GetWriteBuffer(&bytes);
332 p = stream->GetWriteBuffer(&bytes)
    [all...]
proxyserver.cc 142 void* p = buffer->GetWriteBuffer(&size);
stream.h 151 // GetWriteBuffer returns a pointer to a buffer which is owned by the stream.
155 // written. GetWriteBuffer does not require a matching call to
157 // ConsumeWriteData invalidate the buffer returned by GetWriteBuffer.
162 virtual void* GetWriteBuffer(size_t* buf_len) { return NULL; }
291 virtual void* GetWriteBuffer(size_t* buf_len) {
292 return stream_->GetWriteBuffer(buf_len);
678 virtual void* GetWriteBuffer(size_t* buf_len);
    [all...]
stream.cc 1043 void* FifoBuffer::GetWriteBuffer(size_t* size) {
    [all...]
  /frameworks/native/include/media/openmax/
OMX_ContentPipe.h 200 CPresult (*GetWriteBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
202 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/qcom/media/mm-core/inc/
OMX_ContentPipe.h 183 CPresult (*GetWriteBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 183 CPresult (*GetWriteBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_ContentPipe.h 183 CPresult (*GetWriteBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 183 CPresult (*GetWriteBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 183 CPresult (*GetWriteBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
185 /** Deliver a buffer obtained via GetWriteBuffer to the pipe. Pipe will write the
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 140 // GetWriteBuffer returns a pointer to a buffer which is owned by the stream.
144 // written. GetWriteBuffer does not require a matching call to
146 // ConsumeWriteData invalidate the buffer returned by GetWriteBuffer.
151 virtual void* GetWriteBuffer(size_t* buf_len) { return NULL; }
277 virtual void* GetWriteBuffer(size_t* buf_len) {
278 return stream_->GetWriteBuffer(buf_len);
573 virtual void* GetWriteBuffer(size_t *buf_len);
stream.cc 840 void* FifoBuffer::GetWriteBuffer(size_t* size) {
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.cc 755 virtual bool GetWriteBuffer(void **buffer, size_t *size) {
    [all...]

Completed in 682 milliseconds