Searched refs:CHECK_NULL_FREE_RETURN (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_capture_info_cmd.cpp | 35 CHECK_NULL_FREE_RETURN(captureInfos, DCAMERA_BAD_VALUE, rootValue); in Marshal() 44 CHECK_NULL_FREE_RETURN(captureInfo, DCAMERA_BAD_VALUE, rootValue); in Marshal() 54 CHECK_NULL_FREE_RETURN(captureSettings, DCAMERA_BAD_VALUE, rootValue); in Marshal() 59 CHECK_NULL_FREE_RETURN(captureSetting, DCAMERA_BAD_VALUE, rootValue); in Marshal()
|
/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dh_log.h | 59 #define CHECK_NULL_FREE_RETURN(ptr, ret, root, ...) \ macro
|
H A D | distributed_hardware_log.h | 74 #define CHECK_NULL_FREE_RETURN(ptr, ret, root, ...) \ macro
|
/foundation/distributedhardware/distributed_audio/common/include/ |
H A D | daudio_log.h | 65 #define CHECK_NULL_FREE_RETURN(ptr, ret, root, ...) \ macro
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_dev.cpp | 147 CHECK_NULL_FREE_RETURN(jsonString, ERR_DH_AUDIO_NULLPTR, jParam); in EnableDAudio() 173 CHECK_NULL_FREE_RETURN(jsonString, ERR_DH_AUDIO_NULLPTR, jParam); in DisableDAudioInner() 196 CHECK_NULL_FREE_RETURN(data, ERR_DH_AUDIO_NULLPTR, jParamClose); in DisableDAudio() 666 CHECK_NULL_FREE_RETURN(attrs, ERR_DH_AUDIO_NULLPTR, jParam); in TaskEnableDAudio()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_dev.cpp | 148 CHECK_NULL_FREE_RETURN(speakerClient, ERR_DH_AUDIO_NULLPTR, jParam);
in TaskOpenDSpeaker() 285 CHECK_NULL_FREE_RETURN(micClient, ERR_DH_AUDIO_NULLPTR, jParam);
in TaskOpenDMic()
|
Completed in 6 milliseconds