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

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h136 uint8_t is_active; /*indicates whether thread is active or not */ member in struct:__anon2562
383 uint8_t is_active; /* flag to indicate if bundle is valid */ member in struct:__anon2578
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp2681 uint8_t is_active = FALSE; local
2703 is_active = TRUE;
2709 is_active = FALSE;
2720 LOGH("Do next job, active is %d", is_active);
2736 if (is_active == TRUE) {
2820 uint8_t is_active = FALSE; local
2841 is_active = TRUE;
2859 is_active = FALSE;
2911 LOGH("Do next job, active is %d", is_active);
2912 if (is_active
[all...]
H A DQCameraMuxer.cpp2518 uint8_t is_active = FALSE; local
2537 is_active = TRUE;
2546 is_active = FALSE;
2554 if (is_active == TRUE) {
H A DQCamera2HWI.cpp9350 uint8_t is_active = FALSE; local
9373 is_active = TRUE;
9377 is_active = FALSE;
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1541 my_obj->bundle.is_active = TRUE;
1607 if (TRUE == my_obj->bundle.is_active) {
1640 if (TRUE == my_obj->bundle.is_active) {
1649 my_obj->bundle.is_active = 0;
1741 if (TRUE == my_obj->bundle.is_active) {
1751 my_obj->bundle.is_active = 0;
H A Dmm_camera_thread.c638 cmd_thread->is_active = TRUE;
H A Dmm_camera_stream.c223 if(has_cb && my_obj->cmd_thread.is_active) {
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1692 uint8_t is_active = FALSE; local
1715 is_active = TRUE;
1729 is_active = FALSE;
1771 LOGH("Do next job, active is %d", is_active);
1775 if (is_active == TRUE) {

Completed in 132 milliseconds