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

12

/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Ddisplay_null.h54 void SetActive(bool active) { argument
55 active_ = active;
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Ddisplay_null.h54 void SetActive(bool active) { argument
55 active_ = active;
/hardware/libhardware/include/hardware/
H A Dthermal.h121 uint64_t active; member in struct:__anon1461
164 * active and total times in ms since first boot.
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.h137 : active(false),
141 bool active; member in class:v4l2_camera_hal::V4L2Wrapper::RequestContext
/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;
148 .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/msm8909w_3100/core/
H A DUlpProxyBase.h92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) argument
95 (void)active;
/hardware/qcom/gps/msm8994/core/
H A DUlpProxyBase.h72 bool active) {
71 reportBatchingSession(GpsExtBatchOptions &options, bool active) argument
/hardware/qcom/gps/msm8998/core/
H A DUlpProxyBase.h92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active) argument
95 (void)active;
/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/audio/post_proc/
H A Dma_listener.c59 bool active; member in struct:ma_state
186 bool active = false; local
193 // get maximum volume for the active session with same strem type
199 active = true;
217 g_cur_state[stream_type].active != active)) {
219 ALOGV("%s: set stream(%d) active(%s->%s) volume(%f->%f)",
221 g_cur_state[stream_type].active ? "T" : "F", active ? "T" : "F",
225 send_ma_parameter(stream_type, max_vol, active);
[all...]
/hardware/interfaces/broadcastradio/1.0/vts/functional/
H A DVtsHalBroadcastradioV1_0TargetTest.cpp130 virtual Return<void> trafficAnnouncement(bool active) { argument
131 ALOGI("%s active %d", __FUNCTION__, active);
135 virtual Return<void> emergencyAnnouncement(bool active) { argument
136 ALOGI("%s active %d", __FUNCTION__, active);
/hardware/qcom/audio/hal/audio_extn/
H A Dmaxxaudio.c61 bool active; member in struct:ma_state
185 if (ma_cur_state_table[i].active &&
228 ALOGV("%s: stream(%d) volume(%f) active(%s)", __func__,
230 ma_cur_state_table[i].active ? "T" : "F");
468 ma_cur_state_table[i].active = false;
497 float vol, bool active)
502 ALOGV("%s: stream[%d] vol[%f] active[%s]",
503 __func__, stream_type, vol, active ? "true" : "false");
511 // 1. start track: active and volume isn't zero
512 // 2. stop track: no tracks are active
496 audio_extn_ma_set_state(struct audio_device *adev, int stream_type, float vol, bool active) argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h317 /* this flag represents whether the job is active */
318 OMX_BOOL active; member in struct:mm_jpeg_job_session
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_base.cpp424 bool active = false; local
457 active = true;
462 active = true;
479 active_ = active;
531 DumpImpl::AppendString(buffer, length, "\nnum configs: %u, active config index: %u",
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dmsm8960_use_cases.h127 int active; member in struct:snd_ucm_ident_node
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Ddisplay_base.cpp422 bool active = false; local
452 active = true;
457 active = true;
463 active = true;
478 active_ = active;
532 os << "\nnum configs: " << num_modes << " active config index: " << active_index;
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Ddisplay_base.cpp413 bool active = false; local
443 active = true;
449 active = true;
462 active_ = active;
515 DumpImpl::AppendString(buffer, length, "\nnum configs: %u, active config index: %u",
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_base.cpp418 bool active = false; local
450 active = true;
455 active = true;
461 active = true;
476 active_ = active;
529 DumpImpl::AppendString(buffer, length, "\nnum configs: %u, active config index: %u",
/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/media/msm8998/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

Completed in 641 milliseconds

12