/hardware/libhardware/include/hardware/ |
D | gralloc.h | 145 typedef struct gralloc_module_t { struct 163 int (*registerBuffer)(struct gralloc_module_t const* module, argument 178 int (*unregisterBuffer)(struct gralloc_module_t const* module, argument 216 int (*lock)(struct gralloc_module_t const* module, argument 227 int (*unlock)(struct gralloc_module_t const* module, argument 232 int (*perform)(struct gralloc_module_t const* module, argument 246 int (*lock_ycbcr)(struct gralloc_module_t const* module, argument 261 int (*lockAsync)(struct gralloc_module_t const* module, argument 277 int (*unlockAsync)(struct gralloc_module_t const* module, argument 291 int (*lockAsync_ycbcr)(struct gralloc_module_t const* module, argument [all …]
|
/hardware/libhardware/modules/gralloc/ |
D | mapper.cpp | 46 static int gralloc_map(gralloc_module_t const* /*module*/, in gralloc_map() 67 static int gralloc_unmap(gralloc_module_t const* /*module*/, in gralloc_unmap() 85 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 135 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 148 int mapBuffer(gralloc_module_t const* module, in mapBuffer() 155 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 166 int gralloc_lock(gralloc_module_t const* /*module*/, in gralloc_lock() 187 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() 260 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/msm8974/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() 235 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 247 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() 309 int gralloc_perform(struct gralloc_module_t const* module, in gralloc_perform()
|
D | fb_priv.h | 39 gralloc_module_t base;
|
/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()
|
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() 277 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 306 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_unlock(gralloc_module_t const* module, 48 extern int gralloc_register_buffer(gralloc_module_t const* module, 51 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 54 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() 93 static int gralloc_unmap(gralloc_module_t const* module, in gralloc_unmap() 128 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 156 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 178 int terminateBuffer(gralloc_module_t const* module, in terminateBuffer() 203 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 240 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock() 271 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 | 176 CHECK_MEMBER_AT(gralloc_module_t, common, 0, 0); in CheckOffsets() 177 CHECK_MEMBER_AT(gralloc_module_t, registerBuffer, 128, 248); in CheckOffsets() 178 CHECK_MEMBER_AT(gralloc_module_t, unregisterBuffer, 132, 256); in CheckOffsets() 179 CHECK_MEMBER_AT(gralloc_module_t, lock, 136, 264); in CheckOffsets() 180 CHECK_MEMBER_AT(gralloc_module_t, unlock, 140, 272); in CheckOffsets() 181 CHECK_MEMBER_AT(gralloc_module_t, perform, 144, 280); in CheckOffsets() 182 CHECK_MEMBER_AT(gralloc_module_t, lock_ycbcr, 148, 288); in CheckOffsets() 183 CHECK_MEMBER_AT(gralloc_module_t, lockAsync, 152, 296); in CheckOffsets() 184 CHECK_MEMBER_AT(gralloc_module_t, unlockAsync, 156, 304); in CheckOffsets() 185 CHECK_MEMBER_AT(gralloc_module_t, lockAsync_ycbcr, 160, 312); in CheckOffsets() [all …]
|
D | struct-size.cpp | 63 CheckTypeSize<gralloc_module_t, 176, 344>(); in CheckSizes()
|
/hardware/samsung_slsi/exynos5/gralloc/ |
D | mapper.cpp | 40 static int gralloc_map(gralloc_module_t const* module, buffer_handle_t handle) in gralloc_map() 56 static int gralloc_unmap(gralloc_module_t const* module, buffer_handle_t handle) in gralloc_unmap() 75 int getIonFd(gralloc_module_t const *module) in getIonFd() 87 int gralloc_register_buffer(gralloc_module_t const* module, in gralloc_register_buffer() 115 int gralloc_unregister_buffer(gralloc_module_t const* module, in gralloc_unregister_buffer() 137 int gralloc_lock(gralloc_module_t const* module, in gralloc_lock() 160 int gralloc_unlock(gralloc_module_t const* module, in gralloc_unlock()
|
D | gralloc.cpp | 69 extern int gralloc_lock(gralloc_module_t const* module, 74 extern int gralloc_unlock(gralloc_module_t const* module, 77 extern int gralloc_register_buffer(gralloc_module_t const* module, 80 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 349 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*> in gralloc_alloc() 385 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( in gralloc_free()
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_gralloc.cpp | 49 static gralloc_module_t *mAllocMod; /* get by force hw_module_t */ 136 mAllocMod = (gralloc_module_t *)module; in gralloc_init() 145 int (*get_display_status)(gralloc_module_t*, buffer_handle_t, int*); in gralloc_getdisplaystatus() 147 …get_display_status = (int (*)(gralloc_module_t*, buffer_handle_t, int*))(mAllocMod->reserved_proc[… in gralloc_getdisplaystatus()
|
/hardware/intel/img/hwcomposer/include/ |
D | BufferManager.h | 65 virtual DataBuffer* createDataBuffer(gralloc_module_t *module, 67 virtual BufferMapper* createBufferMapper(gralloc_module_t *module, 70 gralloc_module_t *mGrallocModule;
|
/hardware/intel/img/hwcomposer/platforms/merrifield_plus/ |
D | PlatfBufferManager.h | 34 DataBuffer* createDataBuffer(gralloc_module_t *module, uint32_t handle); 35 BufferMapper* createBufferMapper(gralloc_module_t *module,
|
D | PlatfBufferManager.cpp | 45 DataBuffer* PlatfBufferManager::createDataBuffer(gralloc_module_t * /* module */, in createDataBuffer() argument 51 BufferMapper* PlatfBufferManager::createBufferMapper(gralloc_module_t *module, in createBufferMapper()
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_Android.cpp | 64 int getIonFd(gralloc_module_t const *module) in getIonFd() 229 gralloc_module_t *module = NULL; in Exynos_OSAL_RefANB_Create() 266 gralloc_module_t* module = NULL; in Exynos_OSAL_RefANB_Reset() 275 module = (gralloc_module_t *)phREF->pGrallocModule; in Exynos_OSAL_RefANB_Reset() 340 gralloc_module_t* module = NULL; in Exynos_OSAL_RefANB_Increase() 353 module = (gralloc_module_t *)phREF->pGrallocModule; in Exynos_OSAL_RefANB_Increase() 408 gralloc_module_t* module = NULL; in Exynos_OSAL_RefANB_Decrease() 417 module = (gralloc_module_t *)phREF->pGrallocModule; in Exynos_OSAL_RefANB_Decrease()
|