Home
last modified time | relevance | path

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

/ohos5.0/drivers/interface/display/buffer/v1_0/hdi_impl/
H A Ddisplay_buffer_hdi_impl.h56 #ifndef CHECK_NULLPOINTER_RETURN
57 #define CHECK_NULLPOINTER_RETURN(pointer) \ macro
143 CHECK_NULLPOINTER_RETURN(mapper_); in FreeMem()
145 CHECK_NULLPOINTER_RETURN(hdiBuffer); in FreeMem()
/ohos5.0/drivers/peripheral/display/utils/include/
H A Ddisplay_log.h87 #ifndef CHECK_NULLPOINTER_RETURN
88 #define CHECK_NULLPOINTER_RETURN(pointer) \ macro
/ohos5.0/drivers/peripheral/display/hal/default_standard/include/
H A Ddisplay_common.h95 #ifndef CHECK_NULLPOINTER_RETURN
96 #define CHECK_NULLPOINTER_RETURN(pointer) \ macro
/ohos5.0/drivers/peripheral/display/hal/
H A Ddisp_common.h33 #define CHECK_NULLPOINTER_RETURN(pointer) do { \ macro
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c241 CHECK_NULLPOINTER_RETURN(buffer->virAddr); in FreeShm()
252 CHECK_NULLPOINTER_RETURN(buffer); in FreeMem()
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/
H A Dallocator_service.cpp55 CHECK_NULLPOINTER_RETURN(vdiImpl_); in AllocatorService()
H A Dmetadata_service.cpp51 CHECK_NULLPOINTER_RETURN(vdiImpl_); in MetadataService()
H A Dmapper_service.cpp50 CHECK_NULLPOINTER_RETURN(vdiImpl_); in MapperService()