Home
last modified time | relevance | path

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

/hardware/libhardware/modules/gralloc/
Dgr.h41 int mapBuffer(gralloc_module_t const* module, private_handle_t* hnd);
Dmapper.cpp140 int mapBuffer(gralloc_module_t const* module, in mapBuffer() function
Dgralloc.cpp186 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.cpp240 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/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/include/
DDisplayPlane.h121 inline BufferMapper* mapBuffer(DataBuffer *buffer);
/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.h158 ISVBuffer* mapBuffer(unsigned long handle);
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp656 isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuffer)); in ISV_FillThisBuffer()
719 …ISVBuffer* isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuff… in ISV_FillBufferDone()
938 …ISVBuffer* isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuff… in releaseBuffer()