Home
last modified time | relevance | path

Searched refs:GRALLOC1_PFN_SET_FORMAT (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dgralloc1.h456 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_FORMAT)( typedef
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3StreamMem.cpp589 m_grallocInterface.SetFormat = reinterpret_cast<GRALLOC1_PFN_SET_FORMAT>( in NativeBufferInterface()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGralloc1Hal.h345 GRALLOC1_PFN_SET_FORMAT setFormat;
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.cpp109 return asFP<GRALLOC1_PFN_SET_FORMAT>(setFormatHook); in doGetFunction()