Searched refs:arg1 (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/ |
H A D | v4l2_temp.h | 137 #define CHECK_IF_NOT_EQUAL_RETURN_VALUE(arg1, arg2, ret) \ 138 if ((arg1) != (arg2)) { \ 139 CAMERA_LOGE("%{public}u, %{public}s is not equal to %{public}s, return %{public}s", __LINE__, #arg1, #arg2, \ 144 #define CHECK_IF_EQUAL_RETURN_VALUE(arg1, arg2, ret) \ 145 if ((arg1) == (arg2)) { \ 146 CAMERA_LOGE("%{public}u, %{public}s is equal to %{public}s, return %{public}s", __LINE__, #arg1, #arg2, #ret); \ 152 #define CHECK_IF_NOT_EQUAL_RETURN_VOID(arg1, arg2) \ 153 if ((arg1) != (arg2)) { \ 154 CAMERA_LOGE("%{public}u, %{public}s is not equal to %{public}s, return", __LINE__, #arg1, #arg2); \ 158 #define CHECK_IF_EQUAL_RETURN_VOID(arg1, arg [all...] |
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | camera.h | 193 #define CHECK_IF_NOT_EQUAL_RETURN_VALUE(arg1, arg2, ret) \ 194 if ((arg1) != (arg2)) { \ 195 CAMERA_LOGE("%{public}u, %{public}s is not equal to %{public}s, return %{public}s", __LINE__, #arg1, #arg2, \ 200 #define CHECK_IF_EQUAL_RETURN_VALUE(arg1, arg2, ret) \ 201 if ((arg1) == (arg2)) { \ 202 CAMERA_LOGE("%{public}u, %{public}s is equal to %{public}s, return %{public}s", __LINE__, #arg1, #arg2, #ret); \ 208 #define CHECK_IF_NOT_EQUAL_RETURN_VOID(arg1, arg2) \ 209 if ((arg1) != (arg2)) { \ 210 CAMERA_LOGE("%{public}u, %{public}s is not equal to %{public}s, return", __LINE__, #arg1, #arg2); \ 214 #define CHECK_IF_EQUAL_RETURN_VOID(arg1, arg [all...] |
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/ |
H A D | osal_timer.c | 92 timerPara.arg1 = liteTimer->arg; in OsalStartTimer()
|
Completed in 2 milliseconds