Home
last modified time | relevance | path

Searched refs:CHECK_NULLPOINTER_RETURN (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/display/utils/include/
Ddisplay_log.h87 #ifndef CHECK_NULLPOINTER_RETURN
88 #define CHECK_NULLPOINTER_RETURN(pointer) \ macro
/drivers/peripheral/display/hal/default_standard/include/
Ddisplay_common.h93 #ifndef CHECK_NULLPOINTER_RETURN
94 #define CHECK_NULLPOINTER_RETURN(pointer) \ macro
/drivers/interface/display/buffer/v1_0/hdi_impl/
Ddisplay_buffer_hdi_impl.cpp55 #ifndef CHECK_NULLPOINTER_RETURN
56 #define CHECK_NULLPOINTER_RETURN(pointer) \ macro
147 CHECK_NULLPOINTER_RETURN(mapper_); in FreeMem()
149 CHECK_NULLPOINTER_RETURN(hdiBuffer); in FreeMem()
/drivers/peripheral/display/hal/
Ddisp_common.h33 #define CHECK_NULLPOINTER_RETURN(pointer) do { \ macro
/drivers/peripheral/display/buffer/hdi_service/src/
Dallocator_service.cpp47 CHECK_NULLPOINTER_RETURN(vdiImpl_); in AllocatorService()
Dmapper_service.cpp47 CHECK_NULLPOINTER_RETURN(vdiImpl_); in MapperService()
/drivers/peripheral/display/composer/hdi_service/src/
Ddisplay_composer_service.cpp57 CHECK_NULLPOINTER_RETURN(vdiImpl_); in DisplayComposerService()
59 CHECK_NULLPOINTER_RETURN(cacheMgr_); in DisplayComposerService()
61 CHECK_NULLPOINTER_RETURN(cmdResponser_); in DisplayComposerService()
/drivers/peripheral/display/hal/default/
Ddisplay_gralloc.c241 CHECK_NULLPOINTER_RETURN(buffer->virAddr); in FreeShm()
252 CHECK_NULLPOINTER_RETURN(buffer); in FreeMem()