Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 38) sorted by relevance

12

/hardware/libhardware/modules/thermal/
Dthermal.c89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
123 active = user + nice + system; in get_cpu_usages()
124 total = active + idle; in get_cpu_usages()
147 .active = active, in get_cpu_usages()
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_inlines.h89 if (!my_obj->clnt_mgr[client_idx].session[i].active) { in mm_jpeg_get_new_session_idx()
91 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE; in mm_jpeg_get_new_session_idx()
121 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE; in mm_jpeg_remove_session_idx()
Dmm_jpeg.h316 OMX_BOOL active; member
/hardware/intel/img/hwcomposer/merrifield/common/base/
DDisplayAnalyzer.h44 void postInputEvent(bool active);
87 void handleInputEvent(bool active);
DDisplayAnalyzer.cpp362 void DisplayAnalyzer::postInputEvent(bool active) in postInputEvent() argument
366 e.bValue = active; in postInputEvent()
614 void DisplayAnalyzer::handleInputEvent(bool active) in handleInputEvent() argument
616 if (active == mActiveInputState) { in handleInputEvent()
617 WTRACE("same input state: %d", active); in handleInputEvent()
619 mActiveInputState = active; in handleInputEvent()
625 if (active) { in handleInputEvent()
/hardware/libhardware/include/hardware/
Dthermal.h120 uint64_t active; member
/hardware/qcom/gps/msm8909/core/
DUlpProxyBase.h73 bool active) { in reportBatchingSession() argument
/hardware/qcom/gps/msm8996/core/
DUlpProxyBase.h73 bool active) { in reportBatchingSession() argument
/hardware/qcom/gps/core/
DUlpProxyBase.h72 bool active) { in reportBatchingSession() argument
/hardware/qcom/gps/msm8994/core/
DUlpProxyBase.h72 bool active) { in reportBatchingSession() argument
/hardware/qcom/gps/msm8084/core/
DUlpProxyBase.h72 bool active) { in reportBatchingSession() argument
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h224 active(false) { in perf_metrics()
236 bool active; variable
374 bool active; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h219 active(false) in perf_metrics()
232 bool active; variable
376 bool active; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h224 active(false) { in perf_metrics()
236 bool active; variable
374 bool active; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp469 if (!active) in start()
472 active = true; in start()
479 if (active) in stop()
482 active = false; in stop()
500 active = false; in reset()
1556 panscan_node->active = false; in get_free()
1571 if (panscan_node->active && frame_ts < panscan_node->start_ts) in get_populated()
1577 panscan_node->active = true; in get_populated()
1594 panscan_node->active = true; in get_populated()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp434 if (!active) { in start()
436 active = true; in start()
443 if (active) { in stop()
445 active = false; in stop()
462 active = false; in reset()
1464 panscan_node->active = false; in get_free()
1477 if (panscan_node->active && frame_ts < panscan_node->start_ts) in get_populated()
1482 panscan_node->active = true; in get_populated()
1495 panscan_node->active = true; in get_populated()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp434 if (!active) { in start()
436 active = true; in start()
443 if (active) { in stop()
445 active = false; in stop()
462 active = false; in reset()
1464 panscan_node->active = false; in get_free()
1477 if (panscan_node->active && frame_ts < panscan_node->start_ts) in get_populated()
1482 panscan_node->active = true; in get_populated()
1495 panscan_node->active = true; in get_populated()
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DMultiDisplayObserver.cpp329 status_t MultiDisplayObserver::updateInputState(bool active) in updateInputState() argument
331 Hwcomposer::getInstance().getDisplayAnalyzer()->postInputEvent(active); in updateInputState()
DMultiDisplayObserver.h88 status_t updateInputState(bool active);
/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_base.cpp374 bool active = false; in SetDisplayState() local
405 active = true; in SetDisplayState()
410 active = true; in SetDisplayState()
427 active_ = active; in SetDisplayState()
/hardware/ril/reference-ril/
Dril.h410 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
431 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
462 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
495 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
/hardware/ril/include/telephony/
Dril.h410 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
431 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
462 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
495 …int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up … member
/hardware/qcom/audio/legacy/libalsa-intf/
Dmsm8960_use_cases.h127 int active; member
/hardware/bsp/intel/peripheral/libupm/
DREADME.md29 // place device into active mode
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpegdec.c756 if (OMX_FALSE == p_session->active) { in mm_jpegdec_start_decode_job()
842 p_session->active = OMX_FALSE; in mm_jpegdec_create_session()

12