/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | mali_gralloc_module.h | 71 struct private_module_t struct 74 gralloc_module_t base; 77 struct private_handle_t *framebuffer; 78 uint32_t flags; 79 uint32_t numBuffers; 80 uint32_t bufferMask; 81 pthread_mutex_t lock; 105 private_module_t() in private_module_t() argument
|
/aosp12/hardware/qcom/display/msm8960/libgralloc/ |
H A D | fb_priv.h | 38 struct private_module_t { struct 39 gralloc_module_t base; 41 uint32_t fbFormat; 42 uint32_t flags; 43 uint32_t numBuffers; 44 uint32_t bufferMask; 45 pthread_mutex_t lock; 50 float xdpi; 51 float ydpi; 52 float fps; [all …]
|
/aosp12/hardware/qcom/display/msm8084/libgralloc/ |
H A D | fb_priv.h | 38 struct private_module_t { struct 39 gralloc_module_t base; 41 uint32_t fbFormat; 42 uint32_t flags; 43 uint32_t numBuffers; 44 size_t bufferMask; 45 pthread_mutex_t lock; 50 float xdpi; 51 float ydpi; 52 float fps; [all …]
|
/aosp12/hardware/qcom/display/msm8226/libgralloc/ |
H A D | fb_priv.h | 38 struct private_module_t { struct 39 gralloc_module_t base; 41 uint32_t fbFormat; 42 uint32_t flags; 43 uint32_t numBuffers; 44 uint32_t bufferMask; 45 pthread_mutex_t lock; 50 float xdpi; 51 float ydpi; 52 float fps; [all …]
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/ |
H A D | fb_priv.h | 38 struct private_module_t { struct 39 gralloc_module_t base; 41 uint32_t fbFormat; 42 uint32_t flags; 43 uint32_t numBuffers; 44 uint32_t bufferMask; 45 pthread_mutex_t lock; 48 float xdpi; 49 float ydpi; 50 float fps; [all …]
|
/aosp12/hardware/qcom/display/msm8994/libgralloc/ |
H A D | fb_priv.h | 38 struct private_module_t { struct 39 gralloc_module_t base; 41 uint32_t fbFormat; 42 uint32_t flags; 43 uint32_t numBuffers; 44 uint32_t bufferMask; 45 pthread_mutex_t lock; 48 float xdpi; 49 float ydpi; 50 float fps; [all …]
|
/aosp12/hardware/qcom/display/msm8996/libgralloc/ |
H A D | fb_priv.h | 38 struct private_module_t { struct 39 gralloc_module_t base; 41 uint32_t fbFormat; 42 uint32_t flags; 43 uint32_t numBuffers; 44 uint32_t bufferMask; 45 pthread_mutex_t lock; 48 float xdpi; 49 float ydpi; 50 float fps; [all …]
|
/aosp12/hardware/qcom/display/msm8909/libgralloc/ |
H A D | fb_priv.h | 38 struct private_module_t { struct 39 gralloc_module_t base; 41 uint32_t fbFormat; 42 uint32_t flags; 43 uint32_t numBuffers; 44 uint32_t bufferMask; 45 pthread_mutex_t lock; 48 float xdpi; 49 float ydpi; 50 float fps; [all …]
|
/aosp12/hardware/libhardware/modules/gralloc/ |
H A D | gralloc_priv.h | 37 struct private_module_t { struct 38 gralloc_module_t base; 41 uint32_t flags; 42 uint32_t numBuffers; 43 uint32_t bufferMask; 44 pthread_mutex_t lock; 46 int pmem_master; 47 void* pmem_master_base; 51 float xdpi; 52 float ydpi; [all …]
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
H A D | gr_device_impl.h | 37 struct private_module_t { struct 38 hw_module_t base;
|
/aosp12/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_device_impl.h | 37 struct private_module_t { struct 38 hw_module_t base;
|
/aosp12/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_device_impl.h | 37 struct private_module_t { struct 38 hw_module_t base;
|
/aosp12/hardware/qcom/display/msm8909/gralloc/ |
H A D | gr_device_impl.h | 37 struct private_module_t { struct 38 hw_module_t base;
|
/aosp12/hardware/qcom/sdm845/display/gralloc/ |
H A D | gr_device_impl.h | 37 struct private_module_t { struct 38 hw_module_t base;
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | gr_device_impl.h | 37 struct private_module_t { struct 38 hw_module_t base;
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | gr_device_impl.h | 37 struct private_module_t { struct 38 hw_module_t base;
|
/aosp12/hardware/google/gchips/include/ |
H A D | gralloc1_priv.h | 144 } private_module_t; typedef
|
H A D | gralloc3_priv.h | 144 } private_module_t; typedef
|