Searched refs:state (Results 51 - 75 of 327) sorted by relevance

1234567891011>>

/hardware/libhardware/include/hardware/
H A Dlights.h185 struct light_state_t const* state);
/hardware/libhardware_legacy/include/hardware_legacy/
H A Droam.h55 fw_roaming_state_t state);
H A Dtdls.h37 wifi_tdls_state state; member in struct:__anon1563
50 /* on_tdls_state_changed - reports state of TDLS link to framework
51 * Report this event when the state of TDLS link changes */
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_pft.h64 __u32 state; member in struct:pft_command::__anon4577::__anon4578
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_pft.h22 * command ID to set PFT driver state
72 * @PFT_CMD_RESP_INVALID_STATE - Invalid state
74 * the new state is equal to the existing one.
110 * @set_state.state - see enum pft_state.
122 __u32 state; member in struct:pft_command::__anon4728::__anon4729
/hardware/qcom/msm8998/kernel-headers/linux/
H A Dmsm_pft.h64 __u32 state; member in struct:pft_command::__anon4879::__anon4880
/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dmsm_pft.h22 * command ID to set PFT driver state
72 * @PFT_CMD_RESP_INVALID_STATE - Invalid state
74 * the new state is equal to the existing one.
110 * @set_state.state - see enum pft_state.
122 __u32 state; member in struct:pft_command::__anon5013::__anon5014
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm.c23 4. If startcode detected update list state to make ES data look like Linear buffer.
24 5. Setup required state to provide getbits interface for codecs to access bit stream maximum 32bits at a time.
100 start state, if not then preserve stream information.
414 uint32_t state = PM_SUCCESS; local
417 state = viddec_pm_add_es_buf_to_list(cxt, es_buf);
418 if(state == PM_OVERFLOW)
423 return state;
444 uint32_t state = PM_SUCCESS; local
448 state = viddec_pm_handle_new_es_buffer(cxt, codec_type, es_buf);
449 if(state
[all...]
/hardware/interfaces/radio/1.0/
H A DISap.hal64 * @param state true for on, false for off
66 oneway powerReq(int32_t token, bool state);
/hardware/interfaces/tests/extension/light/2.0/default/
H A DLight.h45 Return<Status> setLight(Type type, const OldLightState& state) override;
49 Return<Status> setLightExt(Type type, const LightState& state) override;
/hardware/qcom/audio/hal/
H A Dvoice.h53 struct call_state state; member in struct:voice_session
84 int voice_set_mic_mute(struct audio_device *dev, bool state);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_callbacks.cpp37 HWC2::Error HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { argument
41 hotplug_(hotplug_data_, display, INT32(state));
H A Dhwc_callbacks.h43 HWC2::Error Hotplug(hwc2_display_t display, HWC2::Connection state);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_callbacks.cpp37 HWC2::Error HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { argument
41 hotplug_(hotplug_data_, display, INT32(state));
H A Dhwc_callbacks.h43 HWC2::Error Hotplug(hwc2_display_t display, HWC2::Connection state);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_callbacks.cpp37 void HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { argument
39 hotplug_(hotplug_data_, display, INT32(state));
H A Dhwc_callbacks.h43 void Hotplug(hwc2_display_t display, HWC2::Connection state);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_callbacks.cpp37 void HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { argument
39 hotplug_(hotplug_data_, display, INT32(state));
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAMixer.cpp351 status_t ALSAMixer::setCaptureMuteState(uint32_t device, bool state) argument
361 int err = snd_mixer_selem_set_capture_switch_all (info->elem, static_cast<int>(!state));
364 state ? "enable" : "disable", info->name);
369 info->mute = state;
375 status_t ALSAMixer::getCaptureMuteState(uint32_t device, bool *state) argument
377 if (!state) return BAD_VALUE;
385 *state = info->mute;
392 status_t ALSAMixer::setPlaybackMuteState(uint32_t device, bool state) argument
402 int err = snd_mixer_selem_set_playback_switch_all (info->elem, static_cast<int>(!state));
405 state
416 getPlaybackMuteState(uint32_t device, bool *state) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DMultiDisplayObserver.h51 status_t updateVideoState(int sessionId, MDS_VIDEO_STATE state);
55 status_t updateInputState(bool state);
86 status_t updateVideoState(int sessionId, MDS_VIDEO_STATE state);
/hardware/qcom/audio/hal/audio_extn/
H A Dsndmonitor.c21 /* monitor sound card, cpe state
27 A thread is spawned to poll() on sound card state files in /proc.
28 On observing a sound card state change, this thread invokes the
108 char * state = (char *)calloc(avail+1, sizeof(char)); local
109 if (!state)
112 ssize_t bytes=read(fd, state, avail);
117 while (bytes && isspace(*(state+bytes-1))) {
118 *(state + bytes - 1) = '\0';
122 return state;
135 char * state local
[all...]
/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsDisplay.h35 Return<EvsResult> setDisplayState(DisplayState state) override;
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
H A Dshake.h41 unsigned char state; member in struct:t_shake_state_params
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
H A Dshake.h41 unsigned char state; member in struct:t_shake_state_params
/hardware/libhardware_legacy/audio/
H A DAudioHardwareStub.h75 virtual status_t setMicMute(bool state) { mMicMute = state; return NO_ERROR; } argument
76 virtual status_t getMicMute(bool* state) { *state = mMicMute ; return NO_ERROR; } argument

Completed in 618 milliseconds

1234567891011>>