Home
last modified time | relevance | path

Searched refs:gralloc1_open (Results 1 – 9 of 9) sorted by relevance

/hardware/libhardware/include/hardware/
Dgralloc1.h307 static inline int gralloc1_open(const struct hw_module_t* module, in gralloc1_open() function
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp47 gralloc1_open(module_, &gralloc_device_); in HWCBufferAllocator()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp47 gralloc1_open(module_, &gralloc_device_); in HWCBufferAllocator()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp51 err = gralloc1_open(module_, &gralloc_device_); in Init()
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h55 int result = gralloc1_open(module, &mDevice); in initWithModule()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3StreamMem.cpp577 gralloc1_open(pHwModule, &m_pGralloc1Device); in NativeBufferInterface()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp49 gralloc1_open(module_, &gralloc_device_); in HWCBufferAllocator()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h53 int result = gralloc1_open(module, &mDevice); in initWithModule()
/hardware/google/gchips/gralloc3/src/
Dframebuffer_device.cpp571 status = gralloc1_open(module, &gralloc_device); in framebuffer_device_open()