Searched defs:active (Results 1 - 22 of 22) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dthermal.h120 uint64_t active; member in struct:__anon1872
163 * active and total times in ms since first boot.
/hardware/libhardware/modules/thermal/
H A Dthermal.c89 uint64_t user, nice, system, idle, active, total; local
123 active = user + nice + system;
124 total = active + idle;
147 .active = active,
/hardware/qcom/gps/core/
H A DUlpProxyBase.h72 bool active) {
71 reportBatchingSession(GpsExtBatchOptions &options, bool active) argument
/hardware/qcom/gps/msm8084/core/
H A DUlpProxyBase.h72 bool active) {
71 reportBatchingSession(GpsExtBatchOptions &options, bool active) argument
/hardware/qcom/gps/msm8909/core/
H A DUlpProxyBase.h73 bool active) {
72 reportBatchingSession(FlpExtBatchOptions &options, bool active) argument
/hardware/qcom/gps/msm8994/core/
H A DUlpProxyBase.h72 bool active) {
71 reportBatchingSession(GpsExtBatchOptions &options, bool active) argument
/hardware/qcom/gps/msm8996/core/
H A DUlpProxyBase.h73 bool active) {
72 reportBatchingSession(FlpExtBatchOptions &options, bool active) argument
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DMultiDisplayObserver.cpp329 status_t MultiDisplayObserver::updateInputState(bool active) argument
331 Hwcomposer::getInstance().getDisplayAnalyzer()->postInputEvent(active);
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDisplayAnalyzer.cpp118 VTRACE("input is active");
362 void DisplayAnalyzer::postInputEvent(bool active) argument
366 e.bValue = active;
565 // reset active input state after video playback stops.
614 void DisplayAnalyzer::handleInputEvent(bool active) argument
616 if (active == mActiveInputState) {
617 WTRACE("same input state: %d", active);
619 mActiveInputState = active;
625 if (active) {
683 // stop idle entry if video playback is active
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_base.cpp374 bool active = false; local
405 active = true;
410 active = true;
427 active_ = active;
535 DumpImpl::AppendString(buffer, length, "\nnum configs: %u, active config index: %u",
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h315 /* this flag represents whether the job is active */
316 OMX_BOOL active; member in struct:mm_jpeg_job_session
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c786 const int active = vp9_segfeature_active(seg, i, j); local
787 vp9_wb_write_bit(wb, active);
788 if (active) {
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dmsm8960_use_cases.h127 int active; member in struct:snd_ucm_ident_node
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h219 active(false)
232 bool active; member in class:perf_metrics
376 bool active; member in struct:panscan_handler::PANSCAN_NODE
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h224 active(false) {
236 bool active; member in class:perf_metrics
374 bool active; member in struct:panscan_handler::PANSCAN_NODE
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h224 active(false) {
236 bool active; member in class:perf_metrics
374 bool active; member in struct:panscan_handler::PANSCAN_NODE
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h550 uint8_t active; member in struct:msm_stats_buf_info
569 uint8_t active; member in struct:msm_pmem_info
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h597 uint8_t active; member in struct:msm_stats_buf_info
612 uint8_t active; member in struct:msm_pmem_info
/hardware/ril/include/telephony/
H A Dril.h399 char isVoicePrivacy; /* nonzero if CDMA voice privacy mode is active */
410 int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up */ member in struct:__anon4850
431 int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up */ member in struct:__anon4851
462 int active; /* 0=inactive, 1=active/physical link down, 2=active/physica member in struct:__anon4852
495 int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up */ member in struct:__anon4853
[all...]
/hardware/ril/reference-ril/
H A Dril.h399 char isVoicePrivacy; /* nonzero if CDMA voice privacy mode is active */
410 int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up */ member in struct:__anon5040
431 int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up */ member in struct:__anon5041
462 int active; /* 0=inactive, 1=active/physical link down, 2=active/physica member in struct:__anon5042
495 int active; /* 0=inactive, 1=active/physical link down, 2=active/physical link up */ member in struct:__anon5043
[all...]
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_camera.h545 uint8_t active; member in struct:msm_stats_buf_info
562 uint8_t active; member in struct:msm_pmem_info
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_camera.h653 uint8_t active; member in struct:msm_stats_buf_info
668 uint8_t active; member in struct:msm_pmem_info

Completed in 713 milliseconds