Home
last modified time | relevance | path

Searched defs:private_module_t (Results 1 – 18 of 18) sorted by relevance

/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_module.h71 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 Dfb_priv.h38 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 Dfb_priv.h38 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 Dfb_priv.h38 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 Dfb_priv.h38 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 Dfb_priv.h38 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 Dfb_priv.h38 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 Dfb_priv.h38 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 Dgralloc_priv.h37 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 Dgr_device_impl.h37 struct private_module_t { struct
38 hw_module_t base;
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_device_impl.h37 struct private_module_t { struct
38 hw_module_t base;
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_device_impl.h37 struct private_module_t { struct
38 hw_module_t base;
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_device_impl.h37 struct private_module_t { struct
38 hw_module_t base;
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_device_impl.h37 struct private_module_t { struct
38 hw_module_t base;
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_device_impl.h37 struct private_module_t { struct
38 hw_module_t base;
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_device_impl.h37 struct private_module_t { struct
38 hw_module_t base;
/aosp12/hardware/google/gchips/include/
H A Dgralloc1_priv.h144 } private_module_t; typedef
H A Dgralloc3_priv.h144 } private_module_t; typedef