Home
last modified time | relevance | path

Searched refs:mapBuffer (Results 1 – 6 of 6) 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/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.h761 int32_t mapBuffer(buffer_handle_t *buffer, uint32_t frameNumber);
DQCamera3Channel.cpp5640 int32_t QCamera3DepthChannel::mapBuffer(buffer_handle_t *buffer, in mapBuffer() function in qcamera::QCamera3DepthChannel
DQCamera3HWI.cpp5967 rc = mDepthChannel->mapBuffer(output.buffer, request->frame_number); in processCaptureRequest()