/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | display_composer_vdi_impl.cpp | 35 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in RegHotPlugCallback() 42 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in GetDisplayCapability() 50 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in GetDisplaySupportedModes() 69 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in GetDisplayMode() 77 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in SetDisplayMode() 85 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in GetDisplayPowerStatus() 93 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in SetDisplayPowerStatus() 101 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in GetDisplayBacklight() 109 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in SetDisplayBacklight() 124 CHECK_NULLPOINTER_RETURN_VALUE(composerModel in GetDisplayCompChange() [all...] |
H A D | hdi_layer.cpp | 180 CHECK_NULLPOINTER_RETURN_VALUE(buffer, DISPLAY_NULL_PTR); in DumpLayerBuffer()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | display_composer_vdi_impl.cpp | 35 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in RegHotPlugCallback() 42 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in GetDisplayCapability() 50 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in GetDisplaySupportedModes() 69 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in GetDisplayMode() 77 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in SetDisplayMode() 85 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in GetDisplayPowerStatus() 93 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in SetDisplayPowerStatus() 101 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in GetDisplayBacklight() 109 CHECK_NULLPOINTER_RETURN_VALUE(composerModel_, HDF_FAILURE); in SetDisplayBacklight() 124 CHECK_NULLPOINTER_RETURN_VALUE(composerModel in GetDisplayCompChange() [all...] |
H A D | hdi_layer.cpp | 180 CHECK_NULLPOINTER_RETURN_VALUE(buffer, DISPLAY_NULL_PTR);
in DumpLayerBuffer()
|
/device/soc/hisilicon/common/hal/display/source/utils/include/ |
H A D | display_common.h | 80 #ifndef CHECK_NULLPOINTER_RETURN_VALUE
81 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \
macro
|
/device/soc/rockchip/common/hardware/display/include/ |
H A D | display_common.h | 81 #ifndef CHECK_NULLPOINTER_RETURN_VALUE 82 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ macro
|
/device/soc/rockchip/rk3399/hardware/display/include/ |
H A D | display_common.h | 81 #ifndef CHECK_NULLPOINTER_RETURN_VALUE 82 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ macro
|
/device/soc/rockchip/rk3588/hardware/display/include/ |
H A D | display_common.h | 81 #ifndef CHECK_NULLPOINTER_RETURN_VALUE
82 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \
macro
|
/device/qemu/hardware/display/ |
H A D | display_gralloc.c | 389 CHECK_NULLPOINTER_RETURN_VALUE(buffer, NULL); in MmapCache() 404 CHECK_NULLPOINTER_RETURN_VALUE(buffer, NULL); in Mmap() 441 CHECK_NULLPOINTER_RETURN_VALUE(buffer, DISPLAY_NULL_PTR); in Unmap() 442 CHECK_NULLPOINTER_RETURN_VALUE(buffer->virAddr, DISPLAY_NULL_PTR); in Unmap() 467 CHECK_NULLPOINTER_RETURN_VALUE(buffer, DISPLAY_NULL_PTR); in FlushCache() 468 CHECK_NULLPOINTER_RETURN_VALUE(buffer->virAddr, DISPLAY_NULL_PTR); in FlushCache() 490 CHECK_NULLPOINTER_RETURN_VALUE(buffer, DISPLAY_NULL_PTR); in InvalidateCache() 491 CHECK_NULLPOINTER_RETURN_VALUE(buffer->virAddr, DISPLAY_NULL_PTR); in InvalidateCache()
|
/device/soc/rockchip/common/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 481 CHECK_NULLPOINTER_RETURN_VALUE(srcSurface, DISPLAY_NULL_PTR); in rkBlit() 482 CHECK_NULLPOINTER_RETURN_VALUE(srcRect, DISPLAY_NULL_PTR); in rkBlit() 483 CHECK_NULLPOINTER_RETURN_VALUE(dstSurface, DISPLAY_NULL_PTR); in rkBlit() 484 CHECK_NULLPOINTER_RETURN_VALUE(dstRect, DISPLAY_NULL_PTR); in rkBlit() 485 CHECK_NULLPOINTER_RETURN_VALUE(opt, DISPLAY_NULL_PTR); in rkBlit() 525 CHECK_NULLPOINTER_RETURN_VALUE(funcs, DISPLAY_NULL_PTR); in GfxUninitialize()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 475 CHECK_NULLPOINTER_RETURN_VALUE(srcSurface, DISPLAY_NULL_PTR); in rkBlit() 476 CHECK_NULLPOINTER_RETURN_VALUE(srcRect, DISPLAY_NULL_PTR); in rkBlit() 477 CHECK_NULLPOINTER_RETURN_VALUE(dstSurface, DISPLAY_NULL_PTR); in rkBlit() 478 CHECK_NULLPOINTER_RETURN_VALUE(dstRect, DISPLAY_NULL_PTR); in rkBlit() 479 CHECK_NULLPOINTER_RETURN_VALUE(opt, DISPLAY_NULL_PTR); in rkBlit() 515 CHECK_NULLPOINTER_RETURN_VALUE(funcs, DISPLAY_NULL_PTR); in GfxUninitialize()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 449 CHECK_NULLPOINTER_RETURN_VALUE(srcSurface, DISPLAY_NULL_PTR); in rkBlit() 450 CHECK_NULLPOINTER_RETURN_VALUE(srcRect, DISPLAY_NULL_PTR); in rkBlit() 451 CHECK_NULLPOINTER_RETURN_VALUE(dstSurface, DISPLAY_NULL_PTR); in rkBlit() 452 CHECK_NULLPOINTER_RETURN_VALUE(dstRect, DISPLAY_NULL_PTR); in rkBlit() 453 CHECK_NULLPOINTER_RETURN_VALUE(opt, DISPLAY_NULL_PTR); in rkBlit() 489 CHECK_NULLPOINTER_RETURN_VALUE(funcs, DISPLAY_NULL_PTR); in GfxUninitialize()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 449 CHECK_NULLPOINTER_RETURN_VALUE(srcSurface, DISPLAY_NULL_PTR); in rkBlit() 450 CHECK_NULLPOINTER_RETURN_VALUE(srcRect, DISPLAY_NULL_PTR); in rkBlit() 451 CHECK_NULLPOINTER_RETURN_VALUE(dstSurface, DISPLAY_NULL_PTR); in rkBlit() 452 CHECK_NULLPOINTER_RETURN_VALUE(dstRect, DISPLAY_NULL_PTR); in rkBlit() 453 CHECK_NULLPOINTER_RETURN_VALUE(opt, DISPLAY_NULL_PTR); in rkBlit() 489 CHECK_NULLPOINTER_RETURN_VALUE(funcs, DISPLAY_NULL_PTR); in GfxUninitialize()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 449 CHECK_NULLPOINTER_RETURN_VALUE(srcSurface, DISPLAY_NULL_PTR);
in rkBlit() 450 CHECK_NULLPOINTER_RETURN_VALUE(srcRect, DISPLAY_NULL_PTR);
in rkBlit() 451 CHECK_NULLPOINTER_RETURN_VALUE(dstSurface, DISPLAY_NULL_PTR);
in rkBlit() 452 CHECK_NULLPOINTER_RETURN_VALUE(dstRect, DISPLAY_NULL_PTR);
in rkBlit() 453 CHECK_NULLPOINTER_RETURN_VALUE(opt, DISPLAY_NULL_PTR);
in rkBlit() 489 CHECK_NULLPOINTER_RETURN_VALUE(funcs, DISPLAY_NULL_PTR);
in GfxUninitialize()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_layer.cpp | 180 CHECK_NULLPOINTER_RETURN_VALUE(buffer, DISPLAY_NULL_PTR); in DumpLayerBuffer()
|