Searched refs:state (Results 26 - 50 of 183) sorted by relevance

12345678

/hardware/ti/wlan/mac80211/ti-utils/
H A Dplt.c42 static int plt_power_mode(struct nl80211_state *state, struct nl_cb *cb, argument
84 static int plt_tune_channel(struct nl80211_state *state, struct nl_cb *cb, argument
122 static int plt_ref_point(struct nl80211_state *state, struct nl_cb *cb, argument
215 static int plt_tx_bip(struct nl80211_state *state, struct nl_cb *cb, argument
267 static int plt_tx_tone(struct nl80211_state *state, struct nl_cb *cb, argument
306 static int plt_tx_cont(struct nl80211_state *state, struct nl_cb *cb, argument
379 static int plt_tx_stop(struct nl80211_state *state, struct nl_cb *cb, argument
409 static int plt_start_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, argument
439 static int plt_stop_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, argument
469 static int plt_reset_rx_statcs(struct nl80211_state *state, struc argument
533 plt_get_rx_statcs(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
569 plt_rx_statistics(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
644 plt_calibrate(struct nl80211_state *state, struct nl_cb *cb, struct nl_msg *msg, int argc, char **argv) argument
[all...]
H A Dmisc_cmds.c19 static int handle_push_nvs(struct nl80211_state *state, argument
80 static int handle_fetch_nvs(struct nl80211_state *state,
121 static int get_nvs_mac(struct nl80211_state *state, struct nl_cb *cb, argument
158 static int set_nvs_mac(struct nl80211_state *state, struct nl_cb *cb, argument
223 static int set_ref_nvs(struct nl80211_state *state, struct nl_cb *cb, argument
262 static int set_ref_nvs2(struct nl80211_state *state, struct nl_cb *cb, argument
305 static int set_upd_nvs(struct nl80211_state *state, struct nl_cb *cb, argument
346 static int get_dump_nvs(struct nl80211_state *state, struct nl_cb *cb, argument
373 static int set_autofem(struct nl80211_state *state, struct nl_cb *cb, argument
408 static int set_fem_manuf(struct nl80211_state *state, struc argument
[all...]
H A Dcalibrator.h50 int (*handler)(struct nl80211_state *state,
102 int handle_cmd(struct nl80211_state *state, enum id_input idby,
109 __u32 listen_events(struct nl80211_state *state,
111 __u32 __listen_events(struct nl80211_state *state,
/hardware/libhardware/include/hardware/
H A Dbt_hl.h73 * state will have one of the values from bthl_app_reg_state_t
75 typedef void (* bthl_app_reg_state_callback)(int app_id, bthl_app_reg_state_t state);
77 /** Callback for channel connection state change.
78 * state will have one of the values from
81 typedef void (* bthl_channel_state_callback)(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int channel_id, bthl_channel_state_t state, int fd);
H A Dbluetooth.h93 /** Bluetooth Adapter Discovery state */
99 /** Bluetooth ACL connection state */
210 /** Bluetooth Bond state */
230 typedef void (*adapter_state_changed_callback)(bt_state_t state);
260 /** Discovery state changed callback */
261 typedef void (*discovery_state_changed_callback)(bt_discovery_state_t state);
278 /** Bluetooth Bond state changed callback */
282 bt_bond_state_t state);
284 /** Bluetooth ACL connection state changed callback */
286 bt_acl_state_t state);
[all...]
/hardware/qcom/audio/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/msm7k/librpc/
H A Dsvc_clnt_common.c170 stack_crawl_state_t* state = (stack_crawl_state_t*)arg;
171 if (state->count) {
174 state->addrs[0] = ip;
175 state->addrs++;
176 state->count--;
185 stack_crawl_state_t state;
186 state.count = max_entries;
187 state.addrs = (intptr_t*)addrs;
188 _Unwind_Backtrace(trace_function, (void*)&state);
189 return max_entries - state
[all...]
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A Dscr.c382 pScr->clientArray[ i ].state[ j ] = SCR_CS_IDLE;
495 if ( (pScr->clientArray[ i ].state[ uResourceIndex ] == SCR_CS_PENDING) && /* the client is pending */
526 pScr->clientArray[ highestPending ].state[ uResourceIndex ] = SCR_CS_RUNNING;
582 pScr->clientArray[ pScr->runningClient[ uResourceIndex ] ].state[ uResourceIndex ] = SCR_CS_ABORTING;
602 if ( (pScr->clientArray[ i ].state[ uResourceIndex ] == SCR_CS_PENDING) && /* the client is pending */
631 pScr->clientArray[ highestPending ].state[ uResourceIndex ] = SCR_CS_RUNNING;
707 pScr->clientArray[ client ].state[ eResource ] = SCR_CS_PENDING;
718 pScr->clientArray[ client ].state[ eResource ] = SCR_CS_RUNNING;
724 if ( SCR_CS_ABORTING == pScr->clientArray[ pScr->runningClient[ eResource ] ].state[ eResource ] )
760 pScr->clientArray[ client ].state[ eResourc
[all...]
H A DhealthMonitor.c85 healthMonitorState_e state; /* health monitor state */ member in struct:__anon3067
179 pHealthMonitor->state = HEALTH_MONITOR_STATE_DISCONNECTED;
274 void healthMonitor_setState (TI_HANDLE hHealthMonitor, healthMonitorState_e state) argument
278 pHealthMonitor->state = state;
285 DESCRIPTION: Called periodically by timer every few seconds (depends on connection state),
454 if (pHealthMonitor->state != HEALTH_MONITOR_STATE_DISCONNECTED)
/hardware/invensense/mlsdk/mllite/
H A Dmldmp.c81 unsigned char state = inv_get_state(); local
88 if (state == INV_STATE_DMP_OPENED)
91 if (state == INV_STATE_DMP_STARTED) {
H A DmlMathFunc.h42 void inv_filter_long(struct filter_long *state, long x);
/hardware/ril/mock-ril/src/js/
H A Dctrl_server.js28 rsp.state = gRadioState;
43 setRadioState(radioReq.state);
45 // Prepare the response, return the current radio state
47 rsp.state = gRadioState;
/hardware/invensense/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.h73 virtual status_t setMicMute(bool state) { mMicMute = state; return NO_ERROR; } argument
74 virtual status_t getMicMute(bool* state) { *state = mMicMute ; return NO_ERROR; } argument
H A DAudioDumpInterface.h141 virtual status_t setMicMute(bool state) argument
142 {return mFinalInterface->setMicMute(state);}
143 virtual status_t getMicMute(bool* state) argument
144 {return mFinalInterface->getMicMute(state);}
/hardware/samsung_slsi/exynos5/include/
H A Ds3c-fb.h70 } state; member in struct:s3c_fb_win_config
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Ds3c-fb.h63 } state; member in struct:s3c_fb_win_config
/hardware/ril/mock-ril/src/python/
H A Dtcs.py192 rrs.state = ril_pb2.RADIOSTATE_UNAVAILABLE
193 print "rrs.state=%d" % (rrs.state)
202 print "rrs_new.state=%d" % (rrs_new.state)
217 print "response.state=%d" % (response.state)
219 (resp.status == 0) & (response.state == 1)):
222 print "ERROR: expecting cmd=0 token=1234567890123 status=0 state=1"
237 print "SUCCESS: response.state
[all...]
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211_nl.c131 static int wpa_driver_toggle_btcoex_state(char state) argument
138 ret = write(fd, &state, sizeof(state));
141 wpa_printf(MSG_DEBUG, "%s: set btcoex state to '%c' result = %d", __func__,
142 state, ret);
146 static int wpa_driver_set_power_save(void *priv, int state) argument
161 if (state == WPA_PS_ENABLED)
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Dml_math_func.c661 // initial state to zero
662 pFilter->state[0] = 0;
663 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/libhardware/tests/camera2/
H A Dcamera2_utils.cpp500 int state = static_cast<const StreamAdapter*>(w)->mState; local
501 if (state != ACTIVE) {
502 ALOGE("%s: Called when in bad state: %d", __FUNCTION__, state);
519 int state = static_cast<const StreamAdapter*>(w)->mState; local
520 if (state != ACTIVE) {
521 ALOGE("%s: Called when in bad state: %d", __FUNCTION__, state);
534 int state = static_cast<const StreamAdapter*>(w)->mState; local
535 if (state !
546 int state = static_cast<const StreamAdapter*>(w)->mState; local
[all...]
/hardware/qcom/display/libhwcomposer/
H A Dhwc_extonly.cpp32 //Cache stats, figure out the state, config overlay
44 //if the state chosen above is CLOSED, skip this block.
62 ALOGD_IF(EXTONLY_DEBUG, "%s: old state = %s", __FUNCTION__,
73 ALOGD_IF(EXTONLY_DEBUG, "%s: new chosen state = %s", __FUNCTION__,
134 ovutils::eOverlayState state = ov.getState(); local
136 switch (state) {
145 ALOGE("%s Unused state %s", __FUNCTION__,
146 ovutils::getStateString(state));
H A Dhwc_mdpcomp.h210 static void set_state(State state) { sMDPCompState = state; }; argument
212 /* reset state */
/hardware/ti/wlan/wl1271/Test/
H A DscrDbg.c276 clientDesc[ i ], stateDesc[ pScr->clientArray[ i ].state[ SCR_RESOURCE_SERVING_CHANNEL ] ],
277 stateDesc[ pScr->clientArray[ i ].state[ SCR_RESOURCE_PERIODIC_SCAN ] ],
/hardware/msm7k/libaudio/
H A DAudioHardware.h116 virtual status_t setMicMute(bool state);
117 virtual status_t getMicMute(bool* state);
151 status_t setMicMute_nosync(bool state);
221 int state() const { return mState; } function in class:android::AudioHardware::AudioStreamInMSM72xx

Completed in 464 milliseconds

12345678