Searched refs:state (Results 76 - 100 of 327) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_callbacks.h43 void Hotplug(hwc2_display_t display, HWC2::Connection state);
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DMultiDisplayObserver.cpp52 status_t MultiDisplayCallback::updateVideoState(int sessionId, MDS_VIDEO_STATE state) argument
54 mVideoState = state;
55 ITRACE("state: %d", state);
56 mDispObserver->updateVideoState(sessionId, state);
66 status_t MultiDisplayCallback::updateInputState(bool state) argument
68 //ITRACE("input state: %d", state);
69 mDispObserver->updateInputState(state);
304 status_t MultiDisplayObserver::updateVideoState(int sessionId, MDS_VIDEO_STATE state) argument
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dresults_holder.c39 int acc_state; /**< Describes accel state */
44 long compass_count; /**< compass state internal counter */
47 int compass_state; /**< Internal compass state */
174 * @param[in] state value to set for magnetic field strength. Should be non-zero if it is large.
176 void inv_set_large_mag_field(int state) argument
178 rh.large_mag_field = state;
181 /** Gets the accel state set by inv_set_acc_state()
182 * @return accel state.
189 /** Sets the accel state. See inv_get_acc_state() to get the value.
190 * @param[in] state valu
192 inv_set_acc_state(int state) argument
212 inv_set_motion_state(unsigned char state) argument
541 inv_set_accel_bias_found(int state) argument
559 inv_set_compass_bias_found(int state) argument
567 inv_set_compass_state(int state) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDisplayAnalyzer.cpp164 // video state update event may come later than geometry change event.
325 void DisplayAnalyzer::postVideoEvent(int instanceID, int state) argument
330 e.videoEvent.state = state;
332 if ((state == VIDEO_PLAYBACK_STARTING) ||
333 (state == VIDEO_PLAYBACK_STOPPING && mProtectedVideoSession)) {
413 handleVideoEvent(e.videoEvent.instanceID, e.videoEvent.state);
441 // Some video apps wouldn't update video state again when plugin HDMI
468 // Reset input state if HDMI is plug out to
493 // if video is in playing state o
525 handleVideoEvent(int instanceID, int state) argument
[all...]
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp137 state = OMX_StateUnloaded;
309 state = OMX_StateLoaded;
333 if (state != OMX_StateLoaded)
346 state = OMX_StateUnloaded;
574 if (state != OMX_StateLoaded && state != OMX_StateWaitForResources)
615 if (state != OMX_StateLoaded && state != OMX_StateWaitForResources)
916 *pState = state;
970 if (state !
1356 GetStateName(OMX_STATETYPE state) argument
1718 TransStatePort(OMX_U32 port_index, OMX_U8 state) argument
[all...]
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display_external.cpp212 DisplayState state = kStateOff; local
233 display_null_.GetDisplayState(&state);
234 display_intf_->SetDisplayState(state);
248 display_intf_->GetDisplayState(&state);
249 display_null_.SetDisplayState(state);
H A Ddisplay_null.h46 virtual DisplayError GetDisplayState(DisplayState *state);
47 virtual DisplayError SetDisplayState(DisplayState state);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_display_external.cpp212 DisplayState state = kStateOff; local
233 display_null_.GetDisplayState(&state);
234 display_intf_->SetDisplayState(state);
248 display_intf_->GetDisplayState(&state);
249 display_null_.SetDisplayState(state);
H A Ddisplay_null.h46 virtual DisplayError GetDisplayState(DisplayState *state);
47 virtual DisplayError SetDisplayState(DisplayState state);
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dportbase.h125 OMX_ERRORTYPE TransState(OMX_U8 state);
135 /* TransState, state */
167 /* state */
168 OMX_U8 state; member in class:PortBase
/hardware/interfaces/radio/1.0/vts/functional/
H A Dsap_hidl_hal_api.cpp81 bool state = true; local
83 sap->powerReq(token, state);
/hardware/qcom/audio/hal/
H A Dvoice.c118 session->state.current = CALL_INACTIVE;
230 session->state.current = CALL_ACTIVE;
248 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
349 /* Incall music delivery is used only for LCH call state */
356 int voice_set_mic_mute(struct audio_device *adev, bool state) argument
360 adev->voice.mic_mute = state;
363 err = platform_set_mic_mute(adev->platform, state);
522 adev->voice.session[i].state.current = CALL_INACTIVE;
523 adev->voice.session[i].state.new = CALL_INACTIVE;
/hardware/qcom/audio/post_proc/
H A Dma_listener.c73 uint32_t state; member in struct:ma_listener_context_s
158 /* function of sending state to HAL */
198 if (context->state == MA_LISTENER_STATE_ACTIVE) {
247 if (context == NULL || context->state == MA_LISTENER_STATE_UNINITIALIZED) {
249 "context" : "context->state");
312 if (context->state != MA_LISTENER_STATE_INITIALIZED) {
313 ALOGE("%s: EFFECT_CMD_ENABLE : state not INITIALIZED", __func__);
318 context->state = MA_LISTENER_STATE_ACTIVE;
321 // After changing the state and if device is valid
322 // check and send state
[all...]
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h13 /* This value is the state after the client sets the path */
22 * start sending data after internal steady state delay
107 u32 state);
132 int adie_codec_proceed_stage(struct adie_codec_path *path_ptr, u32 state);
/hardware/qcom/msm8994/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h13 /* This value is the state after the client sets the path */
22 * start sending data after internal steady state delay
107 u32 state);
132 int adie_codec_proceed_stage(struct adie_codec_path *path_ptr, u32 state);
/hardware/qcom/msm8996/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h13 /* This value is the state after the client sets the path */
22 * start sending data after internal steady state delay
107 u32 state);
132 int adie_codec_proceed_stage(struct adie_codec_path *path_ptr, u32 state);
/hardware/qcom/msm8998/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h13 /* This value is the state after the client sets the path */
22 * start sending data after internal steady state delay
107 u32 state);
132 int adie_codec_proceed_stage(struct adie_codec_path *path_ptr, u32 state);
/hardware/qcom/msm8x09/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h13 /* This value is the state after the client sets the path */
22 * start sending data after internal steady state delay
107 u32 state);
132 int adie_codec_proceed_stage(struct adie_codec_path *path_ptr, u32 state);
/hardware/qcom/msm8x26/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h13 /* This value is the state after the client sets the path */
22 * start sending data after internal steady state delay
107 u32 state);
132 int adie_codec_proceed_stage(struct adie_codec_path *path_ptr, u32 state);
/hardware/qcom/msm8x84/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h13 /* This value is the state after the client sets the path */
22 * start sending data after internal steady state delay
107 u32 state);
132 int adie_codec_proceed_stage(struct adie_codec_path *path_ptr, u32 state);
/hardware/qcom/audio/hal/audio_extn/
H A Dcirrus_playback.c49 volatile int32_t state; member in struct:cirrus_playback_session
174 handle.state = INIT;
452 prev_state = handle.state;
453 handle.state = CALIBRATING;
518 handle.state = (prev_state == PLAYBACK) ? PLAYBACK : IDLE;
521 if (handle.state == PLAYBACK)
627 while ((handle.state == PLAYBACK) && det_en) {
757 if (handle.state == IDLE)
764 handle.state = PLAYBACK;
767 handle.state
[all...]
/hardware/broadcom/libbt/src/
H A Dhardware.c134 uint8_t state; /* Hardware configuration state */ member in struct:__anon46
136 uint8_t f_set_baud_2; /* Baud rate switch state */
153 uint8_t txd_config; /* TXD is high in sleep state */
573 hw_cfg_cb.state = HW_CFG_SET_BD_ADDR;
601 hw_cfg_cb.state = HW_CFG_READ_BD_ADDR;
651 switch (hw_cfg_cb.state)
665 hw_cfg_cb.state = HW_CFG_READ_LOCAL_NAME;
716 hw_cfg_cb.state = HW_CFG_DL_MINIDRIVER;
739 hw_cfg_cb.state
1248 uint8_t state = (wake_assert) ? UPIO_ASSERT : UPIO_DEASSERT; local
[all...]
/hardware/intel/common/libmix/mix_audio/src/
H A Dmixaudio.c124 MIX_RESULT mix_audio_get_state_default(MixAudio *mix, MixState *state);
164 self->state = MIX_STATE_UNINITIALIZED;
340 if (mix->state == MIX_STATE_UNINITIALIZED)
342 // Only allowed in uninitialized state.
384 mix->state = MIX_STATE_INITIALIZED;
439 if (mix->state == MIX_STATE_UNINITIALIZED) return MIX_RESULT_NOT_INIT;
497 // Note: do not set mix->state here because this state may rely op other than SET_PARAMS
539 MIX_RESULT mix_audio_get_state_default(MixAudio *mix, MixState *state) argument
544 if (state)
1886 mix_audio_get_state(MixAudio *mix, MixState *state) argument
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_fw_parser_fw_ipc.h80 unsigned int state; member in struct:__anon443
/hardware/interfaces/light/2.0/default/
H A DLight.h45 Return<Status> setLight(Type type, const LightState& state) override;

Completed in 632 milliseconds

1234567891011>>