Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/
Dsound_trigger_hw_iaxxx.c126 bool is_active; member
381 if (stdev->models[i].is_active == true) { in is_any_model_active()
1141 if (stdev->models[i].is_active == true) { in async_setup_aec()
1438 if (stdev->models[i].is_active == true) { in do_handle_functions()
1442 stdev->models[i].is_active = false; in do_handle_functions()
1513 if (stdev->models[i].is_active == false) { in do_handle_functions()
1515 stdev->models[i].is_active = true; in do_handle_functions()
1630 if (stdev->models[i].is_active == true) { in restart_recognition()
1632 stdev->models[i].is_active = false; in restart_recognition()
1706 if (stdev->models[i].is_active == true) { in restart_recognition()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h143 uint8_t is_active; /*indicates whether thread is active or not */ member
271 uint8_t is_active; member
448 uint8_t is_active; /* flag to indicate if bundle is valid */ member
646 uint8_t is_active; member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c215 if(m_obj->frame_sync.is_active) { in mm_channel_dispatch_super_buf()
273 if (!m_obj->frame_sync.is_active) { in mm_channel_send_frame_sync_req_buf()
386 if (m_obj->frame_sync.is_active) { in mm_channel_process_stream_buf()
551 || (m_obj->frame_sync.is_active)) { in mm_channel_process_stream_buf()
559 && !m_obj->frame_sync.is_active) { in mm_channel_process_stream_buf()
631 if ((m_obj->frame_sync.is_active) in mm_channel_process_stream_buf()
1495 frame_sync->is_active = sync->sync_attr->is_active; in mm_channel_reg_frame_sync()
1553 frame_sync->is_active = 1; in mm_channel_trigger_frame_sync()
1844 my_obj->bundle.is_active = TRUE; in mm_channel_start()
1910 if (TRUE == my_obj->bundle.is_active) { in mm_channel_start()
[all …]
Dmm_camera_thread.c619 cmd_thread->is_active = TRUE; in mm_camera_cmd_thread_launch()
Dmm_camera_muxer.c763 frame_sync.is_active = 1; in mm_camera_muxer_add_channel()
874 frame_sync.is_active = 0; in mm_camera_muxer_add_stream()
Dmm_camera_stream.c239 if(has_cb && my_obj->cmd_thread.is_active) { in mm_stream_handle_rcvd_buf()
430 if (m_obj->frame_sync.is_active) { in mm_stream_dispatch_app_data()
1202 if (m_obj->frame_sync.is_active) { in mm_stream_trigger_frame_sync()
1205 m_obj->frame_sync.is_active = 0; in mm_stream_trigger_frame_sync()
1221 m_obj->frame_sync.is_active = 1; in mm_stream_trigger_frame_sync()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Lan.h219 bool is_active; variable
/hardware/qcom/audio/hal/audio_extn/
Dmaxxaudio.c266 static inline bool is_active() in is_active() function
711 if (is_active()) { in audio_extn_ma_set_device()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraPostProc.cpp3021 uint8_t is_active = FALSE; in dataSaveRoutine() local
3043 is_active = TRUE; in dataSaveRoutine()
3049 is_active = FALSE; in dataSaveRoutine()
3060 LOGH("Do next job, active is %d", is_active); in dataSaveRoutine()
3076 if (is_active == TRUE) { in dataSaveRoutine()
3160 uint8_t is_active = FALSE; in dataProcessRoutine() local
3181 is_active = TRUE; in dataProcessRoutine()
3201 is_active = FALSE; in dataProcessRoutine()
3269 LOGH("Do next job, active is %d", is_active); in dataProcessRoutine()
3270 if (is_active == TRUE) { in dataProcessRoutine()
DQCameraMuxer.cpp2523 uint8_t is_active = FALSE; in composeMpoRoutine() local
2542 is_active = TRUE; in composeMpoRoutine()
2551 is_active = FALSE; in composeMpoRoutine()
2559 if (is_active == TRUE) { in composeMpoRoutine()
DQCamera2HWI.cpp10431 uint8_t is_active = FALSE; in deferredWorkRoutine() local
10454 is_active = TRUE; in deferredWorkRoutine()
10458 is_active = FALSE; in deferredWorkRoutine()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Lan.h264 bool is_active; variable
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Lan.h264 bool is_active; variable
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp2012 uint8_t is_active = FALSE; in dataProcessRoutine() local
2035 is_active = TRUE; in dataProcessRoutine()
2050 is_active = FALSE; in dataProcessRoutine()
2094 LOGH("Do next job, active is %d", is_active); in dataProcessRoutine()
2098 if (is_active == TRUE) { in dataProcessRoutine()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Wlan.cpp144 if(is_active == false && event != IPA_LAN_DELETE_SELF) in event_callback()
2041 is_active = false; in handle_down_evt()
DIPACM_Lan.cpp82 is_active = true; in IPACM_Lan()
231 if(is_active == false && event != IPA_LAN_DELETE_SELF) in event_callback()
3169 is_active = false; in handle_down_evt()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Wlan.cpp141 if(is_active == false && event != IPA_LAN_DELETE_SELF) in event_callback()
1930 is_active = false; in handle_down_evt()
DIPACM_Lan.cpp82 is_active = true; in IPACM_Lan()
217 if(is_active == false && event != IPA_LAN_DELETE_SELF) in event_callback()
2952 is_active = false; in handle_down_evt()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Wlan.cpp144 if(is_active == false && event != IPA_LAN_DELETE_SELF) in event_callback()
2114 is_active = false; in handle_down_evt()
DIPACM_Lan.cpp82 is_active = true; in IPACM_Lan()
231 if(is_active == false && event != IPA_LAN_DELETE_SELF) in event_callback()
3192 is_active = false; in handle_down_evt()