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

/hardware/libhardware/modules/gralloc/
H A Dgr.h41 int mapBuffer(gralloc_module_t const* module, private_handle_t* hnd);
H A Dmapper.cpp140 int mapBuffer(gralloc_module_t const* module, function
H A Dgralloc.cpp186 err = mapBuffer(module, hnd);
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h158 ISVBuffer* mapBuffer(unsigned long handle);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlane.h121 inline BufferMapper* mapBuffer(DataBuffer *buffer);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlane.h121 inline BufferMapper* mapBuffer(DataBuffer *buffer);
/hardware/intel/img/hwcomposer/merrifield/common/planes/
H A DDisplayPlane.cpp203 mapper = mapBuffer(buffer);
232 BufferMapper* DisplayPlane::mapBuffer(DataBuffer *buffer) function in class:android::intel::DisplayPlane
/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp162 ISVBuffer* fillBuf = mBufferManager->mapBuffer(fillHandle);
192 ISVBuffer* inputBuf = mBufferManager->mapBuffer(inputHandle);
292 *inputBuf = mBufferManager->mapBuffer(inputHandle);
308 procBufList->push_back(mBufferManager->mapBuffer(outputHandle));
H A Disv_bufmanager.cpp240 ISVBuffer* ISVBufferManager::mapBuffer(unsigned long handle) function in class:ISVBufferManager
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
H A DDisplayPlane.cpp219 mapper = mapBuffer(buffer);
251 BufferMapper* DisplayPlane::mapBuffer(DataBuffer *buffer) function in class:android::intel::DisplayPlane
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp656 isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuffer));
719 ISVBuffer* isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuffer));
938 ISVBuffer* isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuffer));

Completed in 638 milliseconds