/hardware/libhardware/include/hardware/ |
D | gralloc.h | 155 typedef struct gralloc_module_t { struct 173 int (*registerBuffer)(struct gralloc_module_t const* module, argument 188 int (*unregisterBuffer)(struct gralloc_module_t const* module, argument 226 int (*lock)(struct gralloc_module_t const* module, argument 237 int (*unlock)(struct gralloc_module_t const* module, argument 242 int (*perform)(struct gralloc_module_t const* module, argument 265 int (*lock_ycbcr)(struct gralloc_module_t const* module, argument 280 int (*lockAsync)(struct gralloc_module_t const* module, argument 296 int (*unlockAsync)(struct gralloc_module_t const* module, argument 310 int (*lockAsync_ycbcr)(struct gralloc_module_t const* module, argument [all …]
|
/hardware/libhardware/modules/gralloc/ |
D | mapper.cpp | 38 static int gralloc_map(gralloc_module_t const* /*module*/, in gralloc_map() 59 static int gralloc_unmap(gralloc_module_t const* /*module*/, in gralloc_unmap() 77 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 127 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 140 int mapBuffer(gralloc_module_t const* module, in mapBuffer() 147 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 158 int gralloc_lock(gralloc_module_t const* /*module*/, in gralloc_lock() 179 int gralloc_unlock(gralloc_module_t const* /*module*/, in gralloc_unlock()
|
D | gralloc.cpp | 58 extern int gralloc_lock(gralloc_module_t const* module, 63 extern int gralloc_unlock(gralloc_module_t const* module, 66 extern int gralloc_register_buffer(gralloc_module_t const* module, 69 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 184 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( in gralloc_alloc_buffer() 265 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( in gralloc_free()
|
D | gr.h | 40 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd); 41 int mapBuffer(gralloc_module_t const* module, private_handle_t* hnd);
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gralloc.cpp | 40 extern int gralloc_lock(gralloc_module_t const* module, 45 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 50 extern int gralloc_unlock(gralloc_module_t const* module, 53 extern int gralloc_register_buffer(gralloc_module_t const* module, 56 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 59 extern int gralloc_perform(struct gralloc_module_t const* module,
|
D | mapper.cpp | 79 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() 123 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap() 167 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 180 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 196 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 212 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate() 252 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 265 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 278 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 301 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
|
D | fb_priv.h | 39 gralloc_module_t base;
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gralloc.cpp | 40 extern int gralloc_lock(gralloc_module_t const* module, 45 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 50 extern int gralloc_unlock(gralloc_module_t const* module, 53 extern int gralloc_register_buffer(gralloc_module_t const* module, 56 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 59 extern int gralloc_perform(struct gralloc_module_t const* module,
|
D | mapper.cpp | 57 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() 91 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap() 126 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 153 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 175 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 200 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate() 234 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 246 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 301 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 330 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gralloc.cpp | 40 extern int gralloc_lock(gralloc_module_t const* module, 45 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 50 extern int gralloc_unlock(gralloc_module_t const* module, 53 extern int gralloc_register_buffer(gralloc_module_t const* module, 56 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 59 extern int gralloc_perform(struct gralloc_module_t const* module,
|
D | mapper.cpp | 58 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() 103 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap() 142 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 170 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 193 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 222 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate() 262 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 275 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 288 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 311 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
|
D | fb_priv.h | 39 gralloc_module_t base;
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gralloc.cpp | 40 extern int gralloc_lock(gralloc_module_t const* module, 45 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 50 extern int gralloc_unlock(gralloc_module_t const* module, 53 extern int gralloc_register_buffer(gralloc_module_t const* module, 56 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 59 extern int gralloc_perform(struct gralloc_module_t const* module,
|
D | mapper.cpp | 58 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() 105 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap() 149 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 172 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 188 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 204 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate() 244 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 257 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 270 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 293 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
|
D | fb_priv.h | 39 gralloc_module_t base;
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gralloc.cpp | 40 extern int gralloc_lock(gralloc_module_t const* module, 45 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 50 extern int gralloc_unlock(gralloc_module_t const* module, 53 extern int gralloc_register_buffer(gralloc_module_t const* module, 56 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 59 extern int gralloc_perform(struct gralloc_module_t const* module,
|
D | mapper.cpp | 55 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() 92 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap() 130 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 157 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 179 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 207 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate() 241 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 253 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 265 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 297 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gralloc.cpp | 40 extern int gralloc_lock(gralloc_module_t const* module, 45 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 50 extern int gralloc_unlock(gralloc_module_t const* module, 53 extern int gralloc_register_buffer(gralloc_module_t const* module, 56 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 59 extern int gralloc_perform(struct gralloc_module_t const* module,
|
D | mapper.cpp | 55 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() 92 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap() 130 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 157 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 179 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 207 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate() 241 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 253 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 265 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 297 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
|
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 177 CHECK_MEMBER_AT(gralloc_module_t, common, 0, 0); in CheckOffsets() 178 CHECK_MEMBER_AT(gralloc_module_t, registerBuffer, 128, 248); in CheckOffsets() 179 CHECK_MEMBER_AT(gralloc_module_t, unregisterBuffer, 132, 256); in CheckOffsets() 180 CHECK_MEMBER_AT(gralloc_module_t, lock, 136, 264); in CheckOffsets() 181 CHECK_MEMBER_AT(gralloc_module_t, unlock, 140, 272); in CheckOffsets() 182 CHECK_MEMBER_AT(gralloc_module_t, perform, 144, 280); in CheckOffsets() 183 CHECK_MEMBER_AT(gralloc_module_t, lock_ycbcr, 148, 288); in CheckOffsets() 184 CHECK_MEMBER_AT(gralloc_module_t, lockAsync, 152, 296); in CheckOffsets() 185 CHECK_MEMBER_AT(gralloc_module_t, unlockAsync, 156, 304); in CheckOffsets() 186 CHECK_MEMBER_AT(gralloc_module_t, lockAsync_ycbcr, 160, 312); in CheckOffsets() [all …]
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/ |
D | img_gralloc_public.h | 227 gralloc_module_t base; 259 gralloc_module_get_buffer_format_img(const gralloc_module_t *module, in gralloc_module_get_buffer_format_img() 268 gralloc_module_get_buffer_formats_img(const gralloc_module_t *module, in gralloc_module_get_buffer_formats_img() 275 gralloc_module_blit_handle_to_handle_img(const gralloc_module_t *module, in gralloc_module_blit_handle_to_handle_img() 288 gralloc_module_blit_stamp_to_handle(const gralloc_module_t *module, in gralloc_module_blit_stamp_to_handle()
|
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/ |
D | img_gralloc_public.h | 227 gralloc_module_t base; 259 gralloc_module_get_buffer_format_img(const gralloc_module_t *module, in gralloc_module_get_buffer_format_img() 268 gralloc_module_get_buffer_formats_img(const gralloc_module_t *module, in gralloc_module_get_buffer_formats_img() 275 gralloc_module_blit_handle_to_handle_img(const gralloc_module_t *module, in gralloc_module_blit_handle_to_handle_img() 288 gralloc_module_blit_stamp_to_handle(const gralloc_module_t *module, in gralloc_module_blit_stamp_to_handle()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngGrallocBufferMapper.h | 28 TngGrallocBufferMapper(gralloc_module_t const& module, 43 gralloc_module_t const& mGrallocModule;
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngGrallocBufferMapper.h | 29 TngGrallocBufferMapper(gralloc_module_t const& module, 44 gralloc_module_t const& mGrallocModule;
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_gralloc.cpp | 53 static gralloc_module_t *mAllocMod; /* get by force hw_module_t */ 140 mAllocMod = (gralloc_module_t *)module; in gralloc_init()
|