Home
last modified time | relevance | path

Searched refs:attachBuffer (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurface.cpp190 Return<void> InputSurface::attachBuffer( in attachBuffer() function in hardware::google::media::c2::V1_0::utils::InputSurface
193 return mBase->attachBuffer(buffer, _hidl_cb); in attachBuffer()
Dtypes.cpp1675 status_t result = igbp->attachBuffer(bqSlot, graphicBuffer); in attachToBufferQueue()
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DInputSurface.h107 virtual Return<void> attachBuffer(
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal360 * attachBuffer attempts to transfer ownership of a buffer to the buffer
365 * If attachBuffer returns the RELEASE_ALL_BUFFERS flag, the caller is
389 attachBuffer(
664 * This timeout also affects the attachBuffer call, which will block if
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp265 status_t err = igbp->attachBuffer(&slot, buffer); in play()