/hardware/libhardware/modules/thermal/ |
D | thermal.c | 89 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/ |
D | mm_jpeg_inlines.h | 89 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()
|
D | mm_jpeg.h | 316 OMX_BOOL active; member
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | DisplayAnalyzer.h | 44 void postInputEvent(bool active); 87 void handleInputEvent(bool active);
|
D | DisplayAnalyzer.cpp | 362 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/ |
D | thermal.h | 120 uint64_t active; member
|
/hardware/qcom/gps/msm8909/core/ |
D | UlpProxyBase.h | 73 bool active) { in reportBatchingSession() argument
|
/hardware/qcom/gps/msm8996/core/ |
D | UlpProxyBase.h | 73 bool active) { in reportBatchingSession() argument
|
/hardware/qcom/gps/core/ |
D | UlpProxyBase.h | 72 bool active) { in reportBatchingSession() argument
|
/hardware/qcom/gps/msm8994/core/ |
D | UlpProxyBase.h | 72 bool active) { in reportBatchingSession() argument
|
/hardware/qcom/gps/msm8084/core/ |
D | UlpProxyBase.h | 72 bool active) { in reportBatchingSession() argument
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 224 active(false) { in perf_metrics() 236 bool active; variable 374 bool active; member
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | h264_utils.h | 219 active(false) in perf_metrics() 232 bool active; variable 376 bool active; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 224 active(false) { in perf_metrics() 236 bool active; variable 374 bool active; member
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | h264_utils.cpp | 469 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/ |
D | h264_utils.cpp | 434 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/ |
D | h264_utils.cpp | 434 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/ |
D | MultiDisplayObserver.cpp | 329 status_t MultiDisplayObserver::updateInputState(bool active) in updateInputState() argument 331 Hwcomposer::getInstance().getDisplayAnalyzer()->postInputEvent(active); in updateInputState()
|
D | MultiDisplayObserver.h | 88 status_t updateInputState(bool active);
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_base.cpp | 374 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/ |
D | ril.h | 410 …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/ |
D | ril.h | 410 …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/ |
D | msm8960_use_cases.h | 127 int active; member
|
/hardware/bsp/intel/peripheral/libupm/ |
D | README.md | 29 // place device into active mode
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpegdec.c | 756 if (OMX_FALSE == p_session->active) { in mm_jpegdec_start_decode_job() 842 p_session->active = OMX_FALSE; in mm_jpegdec_create_session()
|