Home
last modified time | relevance | path

Searched refs:mapBuffer (Results 1 – 13 of 13) sorted by relevance

/hardware/libhardware/modules/gralloc/
Dgr.h41 int mapBuffer(gralloc_module_t const* module, private_handle_t* hnd);
Dmapper.cpp139 int mapBuffer(gralloc_module_t const* module, in mapBuffer() function
Dgralloc.cpp185 err = mapBuffer(module, hnd); in gralloc_alloc_buffer()
/hardware/intel/common/utils/ISV/base/
Disv_processor.cpp162 ISVBuffer* fillBuf = mBufferManager->mapBuffer(fillHandle); in getBufForFirmwareOutput()
192 ISVBuffer* inputBuf = mBufferManager->mapBuffer(inputHandle); in updateFirmwareOutputBufStatus()
292 *inputBuf = mBufferManager->mapBuffer(inputHandle); in getBufForFirmwareInput()
308 procBufList->push_back(mBufferManager->mapBuffer(outputHandle)); in getBufForFirmwareInput()
Disv_bufmanager.cpp256 ISVBuffer* ISVBufferManager::mapBuffer(unsigned long handle) in mapBuffer() function in ISVBufferManager
/hardware/intel/img/hwcomposer/merrifield/include/
DDisplayPlane.h121 inline BufferMapper* mapBuffer(DataBuffer *buffer);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DDisplayPlane.h121 inline BufferMapper* mapBuffer(DataBuffer *buffer);
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DDisplayPlane.cpp203 mapper = mapBuffer(buffer); in setDataBuffer()
232 BufferMapper* DisplayPlane::mapBuffer(DataBuffer *buffer) in mapBuffer() function in android::intel::DisplayPlane
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DDisplayPlane.cpp219 mapper = mapBuffer(buffer); in setDataBuffer()
251 BufferMapper* DisplayPlane::mapBuffer(DataBuffer *buffer) in mapBuffer() function in android::intel::DisplayPlane
/hardware/intel/common/utils/ISV/include/
Disv_bufmanager.h164 ISVBuffer* mapBuffer(unsigned long handle);
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp657 isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuffer)); in ISV_FillThisBuffer()
720 …ISVBuffer* isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuff… in ISV_FillBufferDone()
939 …ISVBuffer* isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuff… in releaseBuffer()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.h759 int32_t mapBuffer(buffer_handle_t *buffer, uint32_t frameNumber);
DQCamera3HWI.cpp5841 rc = mDepthChannel->mapBuffer(output.buffer, request->frame_number); in processCaptureRequest()