Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dgralloc_buffer_allocator.h83 GRALLOC1_PFN_SET_DIMENSIONS set_dimensions_ = nullptr;
/hardware/libhardware/include/hardware/
Dgralloc1.h437 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_DIMENSIONS)( typedef
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h344 GRALLOC1_PFN_SET_DIMENSIONS setDimensions;
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp107 return asFP<GRALLOC1_PFN_SET_DIMENSIONS>(setDimensionsHook); in doGetFunction()