Home
last modified time | relevance | path

Searched refs:CHECK_NULL_RETURN (Results 1 - 8 of 8) sorted by relevance

/drivers/peripheral/distributed_audio/hdi_service/common/log/include/
H A Ddaudio_log.h50 #define CHECK_NULL_RETURN(ptr, ret) \ macro
/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Ddistributed_hardware_log.h73 #define CHECK_NULL_RETURN(cond, ret, ...) \ macro
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
H A Dplatform_assert.h77 #define CHECK_NULL_RETURN(ptr, ret) CHECK_AND_RETURN((ptr) == NULL, ret) macro
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_assert.h55 #define CHECK_NULL_RETURN(ptr, ret) CHECK_AND_RETURN((ptr) == NULL, ret) macro
H A Dplatform_device_test.c256 CHECK_NULL_RETURN(devGet, HDF_FAILURE); in PlatformDeviceTestReliability()
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dplatform_device_test.c269 CHECK_NULL_RETURN(devGet, HDF_FAILURE); in PlatformDeviceTestReliability()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_manager_interface_impl.cpp187 CHECK_NULL_RETURN(adapter, ERR_DH_AUDIO_HDF_INVALID_OPERATION); in RemoveAudioDevice()
H A Daudio_adapter_interface_impl.cpp197 CHECK_NULL_RETURN(audioRender, HDF_FAILURE); in InsertRenderImpl()

Completed in 5 milliseconds