/hardware/libhardware/include/hardware/ |
D | gralloc.h | 154 typedef struct gralloc_module_t { struct 172 int (*registerBuffer)(struct gralloc_module_t const* module, argument 187 int (*unregisterBuffer)(struct gralloc_module_t const* module, argument 225 int (*lock)(struct gralloc_module_t const* module, argument 236 int (*unlock)(struct gralloc_module_t const* module, argument 241 int (*perform)(struct gralloc_module_t const* module, argument 264 int (*lock_ycbcr)(struct gralloc_module_t const* module, argument 279 int (*lockAsync)(struct gralloc_module_t const* module, argument 295 int (*unlockAsync)(struct gralloc_module_t const* module, argument 309 int (*lockAsync_ycbcr)(struct gralloc_module_t const* module, argument [all …]
|
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/ |
D | img_gralloc.h | 33 (const gralloc_module_t *g, buffer_handle_t handle) in gralloc0_register_img() 39 (const gralloc_module_t *g, buffer_handle_t handle) in gralloc0_unregister_img() 58 (const gralloc_module_t *g, buffer_handle_t handle, int usage, in gralloc0_lock_async_img() 67 (const gralloc_module_t *g, buffer_handle_t handle, int *releaseFence) in gralloc0_unlock_async_img() 73 (const gralloc_module_t *g, buffer_handle_t src, buffer_handle_t dest, in gralloc0_blit_handle_to_handle_img() 82 (const gralloc_module_t *g, buffer_handle_t handle, void **vaddrs, in gralloc0_get_buffer_cpu_addresses_img() 90 (const gralloc_module_t *g, buffer_handle_t handle) in gralloc0_put_buffer_cpu_addresses_img() 96 (const gralloc_module_t *g, void **ppvDispDev) in gralloc0_get_display_device_img() 102 (const gralloc_module_t *g, buffer_handle_t handle, uint32_t *pui32Status) in gralloc0_get_display_status_img()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/ |
D | img_gralloc.h | 33 (const gralloc_module_t *g, buffer_handle_t handle) in gralloc0_register_img() 39 (const gralloc_module_t *g, buffer_handle_t handle) in gralloc0_unregister_img() 58 (const gralloc_module_t *g, buffer_handle_t handle, int usage, in gralloc0_lock_async_img() 67 (const gralloc_module_t *g, buffer_handle_t handle, int *releaseFence) in gralloc0_unlock_async_img() 73 (const gralloc_module_t *g, buffer_handle_t src, buffer_handle_t dest, in gralloc0_blit_handle_to_handle_img() 82 (const gralloc_module_t *g, buffer_handle_t handle, void **vaddrs, in gralloc0_get_buffer_cpu_addresses_img() 90 (const gralloc_module_t *g, buffer_handle_t handle) in gralloc0_put_buffer_cpu_addresses_img() 96 (const gralloc_module_t *g, void **ppvDispDev) in gralloc0_get_display_device_img() 102 (const gralloc_module_t *g, buffer_handle_t handle, uint32_t *pui32Status) in gralloc0_get_display_status_img()
|
/hardware/libhardware/modules/gralloc/ |
D | mapper.cpp | 37 static int gralloc_map(gralloc_module_t const* /*module*/, in gralloc_map() 58 static int gralloc_unmap(gralloc_module_t const* /*module*/, in gralloc_unmap() 76 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 126 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 139 int mapBuffer(gralloc_module_t const* module, in mapBuffer() 146 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 157 int gralloc_lock(gralloc_module_t const* /*module*/, in gralloc_lock() 178 int gralloc_unlock(gralloc_module_t const* /*module*/, in gralloc_unlock()
|
D | gralloc.cpp | 57 extern int gralloc_lock(gralloc_module_t const* module, 62 extern int gralloc_unlock(gralloc_module_t const* module, 65 extern int gralloc_register_buffer(gralloc_module_t const* module, 68 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 183 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( in gralloc_alloc_buffer() 267 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/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/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/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 | 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() 181 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 197 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 213 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate() 253 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 266 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 279 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 302 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
|
D | fb_priv.h | 39 gralloc_module_t base;
|
/hardware/qcom/display/msm8909w_3100/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() 181 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 197 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 213 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate() 253 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 266 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 279 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 302 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
|
D | fb_priv.h | 39 gralloc_module_t base;
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gralloc.cpp | 42 extern int gralloc_lock(gralloc_module_t const* module, 47 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 52 extern int gralloc_unlock(gralloc_module_t const* module, 55 extern int gralloc_register_buffer(gralloc_module_t const* module, 58 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 61 extern int gralloc_perform(struct gralloc_module_t const* module,
|
D | mapper.cpp | 81 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() 125 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap() 169 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 183 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 199 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 215 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate() 255 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 268 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 281 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 366 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 | 42 extern int gralloc_lock(gralloc_module_t const* module, 47 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 52 extern int gralloc_unlock(gralloc_module_t const* module, 55 extern int gralloc_register_buffer(gralloc_module_t const* module, 58 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 61 extern int gralloc_perform(struct gralloc_module_t const* module,
|
D | mapper.cpp | 80 static int gralloc_map(gralloc_module_t const* module, in gralloc_map() 124 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap() 168 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 182 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 198 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 214 static int gralloc_map_and_invalidate (gralloc_module_t const* module, in gralloc_map_and_invalidate() 254 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 267 int gralloc_lock_ycbcr(gralloc_module_t const* module, in gralloc_lock_ycbcr() 280 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 365 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
|
D | fb_priv.h | 39 gralloc_module_t base;
|
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 178 CHECK_MEMBER_AT(gralloc_module_t, common, 0, 0); in CheckOffsets() 179 CHECK_MEMBER_AT(gralloc_module_t, registerBuffer, 128, 248); in CheckOffsets() 180 CHECK_MEMBER_AT(gralloc_module_t, unregisterBuffer, 132, 256); in CheckOffsets() 181 CHECK_MEMBER_AT(gralloc_module_t, lock, 136, 264); in CheckOffsets() 182 CHECK_MEMBER_AT(gralloc_module_t, unlock, 140, 272); in CheckOffsets() 183 CHECK_MEMBER_AT(gralloc_module_t, perform, 144, 280); in CheckOffsets() 184 CHECK_MEMBER_AT(gralloc_module_t, lock_ycbcr, 148, 288); in CheckOffsets() 185 CHECK_MEMBER_AT(gralloc_module_t, lockAsync, 152, 296); in CheckOffsets() 186 CHECK_MEMBER_AT(gralloc_module_t, unlockAsync, 156, 304); in CheckOffsets() 187 CHECK_MEMBER_AT(gralloc_module_t, lockAsync_ycbcr, 160, 312); in CheckOffsets() [all …]
|