Searched refs:mapBuffer (Results 1 - 14 of 14) 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.cpp139 int mapBuffer(gralloc_module_t const* module, function
H A Dgralloc.cpp185 err = mapBuffer(module, hnd);
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h164 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.cpp256 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.cpp657 isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuffer));
720 ISVBuffer* isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuffer));
939 ISVBuffer* isvBuffer = mISVBufferManager->mapBuffer(reinterpret_cast<unsigned long>(pBuffer->pBuffer));
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.h759 int32_t mapBuffer(buffer_handle_t *buffer, uint32_t frameNumber);
H A DQCamera3Channel.cpp5613 * FUNCTION : mapBuffer
5626 int32_t QCamera3DepthChannel::mapBuffer(buffer_handle_t *buffer, function in class:qcamera::QCamera3DepthChannel
H A DQCamera3HWI.cpp5841 rc = mDepthChannel->mapBuffer(output.buffer, request->frame_number);

Completed in 2059 milliseconds