Searched refs:state (Results 126 - 150 of 327) sorted by relevance

1234567891011>>

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideo.h76 typedef MIX_RESULT (*MixVideoGetStateFunc)(MixVideo * mix, MixState * state);
90 * @streamState: Current state of the stream
202 MIX_RESULT mix_video_get_state(MixVideo * mix, MixState * state);
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalSensor.java45 private int mSensorState; /* Thermal state of the sensor */
248 public void setSensorThermalState(int state) { argument
249 mSensorState = state;
/hardware/interfaces/gnss/1.0/
H A DIGnssMeasurementCallback.hal76 * Flags indicating the GNSS measurement state.
79 * For example, if the state for a satellite is only C/A code locked and bit
80 * synchronized, and there is still millisecond ambiguity, the state must be
85 * If GNSS is still searching for a satellite, the corresponding state must be
311 * Per satellite sync state. It represents the current sync state for the
313 * Based on the sync state, the 'received GNSS tow' field must be interpreted
318 bitfield<GnssMeasurementState> state;
326 * Given the highest sync state that can be achieved, per each satellite,
341 * 'state' fiel
[all...]
/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.h46 virtual status_t setMicMute(bool state);
47 virtual status_t getMicMute(bool* state);
H A DAudioHardwareGeneric.h116 virtual status_t setMicMute(bool state);
117 virtual status_t getMicMute(bool* state);
/hardware/qcom/display/msm8996/sdm/include/core/
H A Ddisplay_interface.h64 kStateOff, //!< Display is OFF. Contents are not rendered in this state. Client will not
65 //!< receive VSync events in this state. This is default state as well.
67 kStateOn, //!< Display is ON. Contents are rendered in this state.
69 kStateDoze, //!< Display is ON and it is configured in a low power state.
72 //!< Display is ON in a low power state and continue showing its current
75 kStateStandby, //!< Display is OFF. Client will continue to receive VSync events in this state
76 //!< if VSync is enabled. Contents are not rendered in this state.
301 /*! @brief Method to get current state of the display device.
303 @param[out] state \lin
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dfw_pvt.h41 uint8_t state; /* Current state of stream ... start(1), stop(0).. */ member in struct:__anon435
/hardware/interfaces/bluetooth/1.0/default/
H A Dbt_vendor_lib.h151 * Perform any vendor specific commands related to audio state changes.
153 * a pointer to bt_vendor_op_audio_state_t indicating what audio state is
230 /** LPM WAKE set state request */
242 /** audio (SCO) state changes triggering VS commands for configuration */
246 uint16_t state; member in struct:__anon1114
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
H A DHWC2OnFbAdapter.h63 void setState(State state);
/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal24 * Indicates when radio state changes.
27 * @param radioState Current radio state
32 * Indicates when call state has changed.
35 * "RING", "BUSY", "NO CARRIER", and also call state
45 * Indicates when voice or data network state changed
186 * Note: If the SIM state changes as a result of the SIM refresh (eg,
214 * Indicates that SIM state changes.
255 * Indicates a restricted state change (eg, for Domain Specific Access Control).
259 * @param state Bitmask of restricted state a
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h106 void send_hint_to_mpctl(bool state);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h102 void send_hint_to_mpctl(bool state);
/hardware/qcom/msm8960/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h87 u32 state);
/hardware/qcom/msm8994/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h87 u32 state);
/hardware/qcom/msm8996/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h84 int(* codec_proceed_stage) (struct adie_codec_path * path_ptr, u32 state);
/hardware/qcom/msm8998/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h84 int(* codec_proceed_stage) (struct adie_codec_path * path_ptr, u32 state);
/hardware/qcom/msm8x09/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h84 int(* codec_proceed_stage) (struct adie_codec_path * path_ptr, u32 state);
/hardware/qcom/msm8x26/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h87 u32 state);
/hardware/qcom/msm8x84/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h87 u32 state);
/hardware/intel/common/libmix/mix_audio/src/
H A Dmixaudio.h35 * @MIX_STREAM_STOPPED: Stream is at STOP state. This is the only state DNR is allowed.
36 * @MIX_STREAM_PLAYING: Stream is at Playing state.
38 * @MIX_STREAM_DRAINING: Stream is draining -- remaining of the buffer in the device are playing. This state is special due to the limitation that no other control operations are allowed at this state. Stream will become @MIX_STREAM_STOPPED automatically when this data draining has completed.
132 * Device state.
170 MIX_RESULT (*get_state) (MixAudio *mix, MixState *state);
178 * @streamState: Current state of the stream
181 * @state: State of the current #MixAudio session.
198 MixState state; member in struct:_MixAudio
[all...]
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp666 blending_state_init(VABlendState *state) argument
673 /* read and check blend state */
674 state->flags = 0;
681 state->flags |= VA_BLEND_GLOBAL_ALPHA;
682 state->global_alpha = global_alpha;
693 state->flags |= VA_BLEND_LUMA_KEY;
694 state->min_luma = g_blending_min_luma * 1.0 / 256;
695 state->max_luma = g_blending_max_luma * 1.0 / 256;
712 if (! (pipeline_caps.blend_flags & state->flags)) {
713 printf("Driver do not support current blending flags: %d", state
731 VABlendState state ; local
[all...]
/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsDisplay.cpp80 // Put this object into an unrecoverable error state since somebody else
100 * Clients may set the display state to express their desired state.
101 * The HAL implementation must gracefully accept a request for any state
102 * while in any other state, although the response may be to ignore the request.
103 * The display is defined to start in the NOT_VISIBLE state upon initialization.
104 * The client is then expected to request the VISIBLE_ON_NEXT_FRAME state, and
106 * is expected to request the NOT_VISIBLE state after passing the last video frame.
108 Return<EvsResult> EvsDisplay::setDisplayState(DisplayState state) { argument
117 // Ensure we recognize the requested state s
[all...]
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
H A DGenericOperation.h76 auto state = write(WriteState(formattedMessageBuffer_), local
79 switch (state.error_) {
90 formattedMessageLength_ = state.data_ - formattedMessageBuffer_;
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c662 // initial state to zero
663 pFilter->state[0] = 0;
664 pFilter->state[1] = 0;
676 pFilter->state[0] = input / (1 + pFilter->c[2] + pFilter->c[3]);
677 pFilter->state[1] = pFilter->state[0];
684 // calculate the new state;
685 stateZero = pFilter->input - pFilter->c[2]*pFilter->state[0]
686 - pFilter->c[3]*pFilter->state[1];
688 pFilter->output = stateZero + pFilter->c[0]*pFilter->state[
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c662 // initial state to zero
663 pFilter->state[0] = 0;
664 pFilter->state[1] = 0;
676 pFilter->state[0] = input / (1 + pFilter->c[2] + pFilter->c[3]);
677 pFilter->state[1] = pFilter->state[0];
684 // calculate the new state;
685 stateZero = pFilter->input - pFilter->c[2]*pFilter->state[0]
686 - pFilter->c[3]*pFilter->state[1];
688 pFilter->output = stateZero + pFilter->c[0]*pFilter->state[
[all...]

Completed in 1088 milliseconds

1234567891011>>