/hardware/qcom/media/msm8974/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/qcom/media/msm8996/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/msm8998/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/sdm845/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. */
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseSmbusLibNull/ |
BaseSmbusLibNull.c | 500 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
502 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
506 If ReadBuffer is NULL, then ASSERT().
512 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
531 OUT VOID *ReadBuffer,
536 ASSERT (ReadBuffer != NULL);
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_dd.c | 571 ctx->Pixel.ReadBuffer == GL_FRONT && /* copy from front buf */ 572 ctx->ReadBuffer->_ColorReadBuffer && 580 ctx->ReadBuffer && 581 ctx->ReadBuffer->_ColorReadBuffer && 585 = xmesa_renderbuffer(ctx->ReadBuffer->_ColorReadBuffer); 613 = xmesa_renderbuffer(ctx->ReadBuffer->_ColorReadBuffer);
|
xm_api.c | [all...] |
/external/mesa3d/src/mesa/main/ |
buffers.c | 721 if ((fb == ctx->ReadBuffer) && _mesa_is_winsys_fbo(fb)) { 725 ctx->Pixel.ReadBuffer = buffer; 784 if (fb == ctx->ReadBuffer) { 785 if (ctx->Driver.ReadBuffer) 786 ctx->Driver.ReadBuffer(ctx, buffer); 795 read_buffer(ctx, ctx->ReadBuffer, buffer, "glReadBuffer");
|
/frameworks/base/core/jni/ |
android_os_HwParcel.cpp | 566 status_t err = parcel->readBuffer(sizeof(*s), &parentHandle, 594 status_t err = parcel->readBuffer(sizeof(*vec), &parentHandle, \ 637 status_t err = parcel->readBuffer(sizeof(*vec), &parentHandle, 701 status_t err = parcel->readBuffer(sizeof(*vec), &parentHandle, 814 status_t status = parcel->readBuffer(expectedSize, &handle, &ptr); 955 { "readBuffer", "(J)L" PACKAGE_PATH "/HwBlob;",
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
DefaultFileSystemProviderTest.java | 311 ByteBuffer readBuffer = ByteBuffer.allocate(10); 312 int bytesReadCount = sbc.read(readBuffer); 314 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), 368 ByteBuffer readBuffer = ByteBuffer.allocate(10); 369 int bytesReadCount = sbc.read(readBuffer); 371 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount),
|
DefaultSecureDirectoryStreamTest.java | 229 ByteBuffer readBuffer = ByteBuffer.allocate(10); 230 int bytesReadCount = sbc.read(readBuffer); 232 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount),
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
S3SmbusLib.h | 420 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
422 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
426 If ReadBuffer is NULL, then ASSERT().
432 @param[out] ReadBuffer The pointer to the buffer of bytes to read from the SMBUS.
451 OUT VOID *ReadBuffer,
|
SmbusLib.h | 461 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
463 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
467 If ReadBuffer is NULL, then ASSERT().
473 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
492 OUT VOID *ReadBuffer,
|
/external/libmicrohttpd/src/testcurl/ |
test_post.c | 500 readBuffer(void *p, size_t size, size_t nmemb, void *opaque) 520 return readBuffer(p, size, nmemb, opaque); 567 curl_easy_setopt (c, CURLOPT_READFUNCTION, (flags & FLAG_SLOW_READ) ? &slowReadBuffer : &readBuffer);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_readpixels.c | 480 st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, 495 st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, 510 st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP,
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
Framebuffer.cpp | 42 readBuffer = GL_BACK; 102 readBuffer = buf; 112 return readBuffer;
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
dom.md | 46 char readBuffer[256]; 47 FileReadStream bis(fp, readBuffer, sizeof(readBuffer));
|
/external/libmojo/mojo/edk/system/ |
channel.h | 281 class ReadBuffer; 284 const std::unique_ptr<ReadBuffer> read_buffer_;
|
/frameworks/native/headers/media_plugin/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. */
|
/system/libhwbinder/include/hwbinder/ |
Parcel.h | 163 status_t readBuffer(size_t buffer_size, size_t *buffer_handle, 215 status_t readBuffer(size_t buffer_size, size_t *buffer_handle,
|
/system/tools/hidl/ |
ArrayType.cpp | 167 << "readBuffer(" 383 << ".readBuffer("
|
/external/curl/lib/ |
setup-os400.h | 128 char *readBuffer,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_pixel_copy.c | 57 struct gl_framebuffer *read_fb = ctx->ReadBuffer;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
intel_pixel_copy.c | 54 struct gl_framebuffer *read_fb = ctx->ReadBuffer;
|
/external/parameter-framework/upstream/parameter/ |
ParameterBlackboard.cpp | 92 void CParameterBlackboard::readBuffer(void *pvDstData, size_t size, size_t offset) const
|