Home
last modified time | relevance | path

Searched refs:CHECK_NULLPOINTER_RETURN_VALUE (Results 1 - 15 of 15) sorted by relevance

/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp35 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 Dhdi_layer.cpp180 CHECK_NULLPOINTER_RETURN_VALUE(buffer, DISPLAY_NULL_PTR); in DumpLayerBuffer()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp35 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 Dhdi_layer.cpp180 CHECK_NULLPOINTER_RETURN_VALUE(buffer, DISPLAY_NULL_PTR); in DumpLayerBuffer()
/device/soc/hisilicon/common/hal/display/source/utils/include/
H A Ddisplay_common.h80 #ifndef CHECK_NULLPOINTER_RETURN_VALUE
81 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ macro
/device/soc/rockchip/common/hardware/display/include/
H A Ddisplay_common.h81 #ifndef CHECK_NULLPOINTER_RETURN_VALUE
82 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ macro
/device/soc/rockchip/rk3399/hardware/display/include/
H A Ddisplay_common.h81 #ifndef CHECK_NULLPOINTER_RETURN_VALUE
82 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ macro
/device/soc/rockchip/rk3588/hardware/display/include/
H A Ddisplay_common.h81 #ifndef CHECK_NULLPOINTER_RETURN_VALUE
82 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ macro
/device/qemu/hardware/display/
H A Ddisplay_gralloc.c389 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 Ddisplay_gfx.c481 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 Ddisplay_gfx.c475 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 Ddisplay_gfx.c449 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 Ddisplay_gfx.c449 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 Ddisplay_gfx.c449 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 Dhdi_layer.cpp180 CHECK_NULLPOINTER_RETURN_VALUE(buffer, DISPLAY_NULL_PTR); in DumpLayerBuffer()

Completed in 9 milliseconds