Searched refs:is_active (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1018 uint8_t is_active = FALSE; local
1042 is_active = TRUE;
1048 is_active = FALSE;
1095 ALOGD("%s: Do next job, active is %d", __func__, is_active);
1096 if (is_active == TRUE) {
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp1220 uint8_t is_active = FALSE; local
1241 is_active = TRUE;
1247 is_active = FALSE;
1304 ALOGD("%s: Do next job, active is %d", __func__, is_active);
1305 if (is_active == TRUE) {
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h310 uint8_t is_active; /* flag to indicate if bundle is valid */ member in struct:__anon600
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c918 my_obj->bundle.is_active = TRUE;
1043 if (TRUE == my_obj->bundle.is_active) {

Completed in 3099 milliseconds