Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.cpp46 #define CHECK_PARAM_INTF(impl) LOG_ALWAYS_FATAL_IF(((impl) == NULL), "impl is NULL!") macro
83 CHECK_PARAM_INTF(mImpl); in init()
90 CHECK_PARAM_INTF(mImpl); in deinit()
97 CHECK_PARAM_INTF(mImpl); in updateParameters()
104 CHECK_PARAM_INTF(mImpl); in commitParameters()
111 CHECK_PARAM_INTF(mImpl); in getParameters()
118 CHECK_PARAM_INTF(mImpl); in getPreviewFpsRange()
126 CHECK_PARAM_INTF(mImpl); in getTsMakeupInfo()
134 CHECK_PARAM_INTF(mImpl); in getPreviewHalPixelFormat()
143 CHECK_PARAM_INTF(mImpl); in getStreamRotation()
[all …]