Searched refs:state (Results 201 - 225 of 327) sorted by relevance

1234567891011>>

/hardware/interfaces/wifi/1.2/default/
H A Dwifi_sta_iface.cpp184 Return<void> WifiStaIface::setRoamingState(StaRoamingState state, argument
188 hidl_status_cb, state);
527 WifiStatus WifiStaIface::setRoamingStateInternal(StaRoamingState state) { argument
530 ifname_, hidl_struct_util::convertHidlRoamingStateToLegacy(state));
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dlink_layer_stats.h50 wifi_connection_state state; // connection state (valid for STA, CLI only) member in struct:__anon1526
51 wifi_roam_state roaming; // roaming state
192 wifi_interface_link_layer_info info; // current state of the interface
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dcomp_manager.h71 bool SetDisplayState(Handle display_ctx, DisplayState state, DisplayType display_type);
H A Ddisplay_base.cpp361 DisplayError DisplayBase::GetDisplayState(DisplayState *state) { argument
363 if (!state) {
367 *state = state_;
419 DisplayError DisplayBase::SetDisplayState(DisplayState state) { argument
424 DLOGI("Set state = %d, display %d", state, display_type_);
426 if (state == state_) {
427 DLOGI("Same state transition is requested.");
431 switch (state) {
473 DLOGE("Spurious state
[all...]
H A Dcomp_manager.cpp581 DisplayState state, DisplayType display_type) {
582 display_state_[display_type] = state;
584 switch (state) {
580 SetDisplayState(Handle display_ctx, DisplayState state, DisplayType display_type) argument
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dcomp_manager.h72 bool SetDisplayState(Handle display_ctx, DisplayState state, DisplayType display_type);
H A Dcomp_manager.cpp568 DisplayState state, DisplayType display_type) {
569 display_state_[display_type] = state;
571 switch (state) {
567 SetDisplayState(Handle display_ctx, DisplayState state, DisplayType display_type) argument
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dcomp_manager.h71 bool SetDisplayState(Handle display_ctx, DisplayState state, DisplayType display_type);
H A Ddisplay_base.cpp357 DisplayError DisplayBase::GetDisplayState(DisplayState *state) { argument
359 if (!state) {
363 *state = state_;
415 DisplayError DisplayBase::SetDisplayState(DisplayState state) { argument
420 DLOGI("Set state = %d, display %d", state, display_type_);
422 if (state == state_) {
423 DLOGI("Same state transition is requested.");
429 switch (state) {
471 DLOGE("Spurious state
[all...]
H A Dcomp_manager.cpp563 DisplayState state, DisplayType display_type) {
564 display_state_[display_type] = state;
566 switch (state) {
562 SetDisplayState(Handle display_ctx, DisplayState state, DisplayType display_type) argument
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.h96 OMX_OUT OMX_STATETYPE* state);
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Domx_core_cmp.h96 OMX_OUT OMX_STATETYPE* state);
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Domx_core_cmp.h96 OMX_OUT OMX_STATETYPE* state);
/hardware/qcom/media/msm8998/mm-core/src/common/
H A Domx_core_cmp.h96 OMX_OUT OMX_STATETYPE* state);
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.cpp346 int state; local
501 if (param.getInt(key,state) == NO_ERROR) {
502 if (mCallState != state) {
503 mCallState = state;
506 mCallState = state;
1387 status_t AudioHardwareALSA::setMicMute(bool state) argument
1389 if (mMicMute != state) {
1390 mMicMute = state;
1393 mALSADevice->setMicMute(state);
1399 status_t AudioHardwareALSA::getMicMute(bool *state) argument
[all...]
H A Dalsa_default.cpp79 static void s_set_volte_mic_mute(int state);
1305 ALOGE("Invalid state, no valid use case found to disable");
1608 void s_set_mic_mute(int state) argument
1611 ALOGV("s_set_mic_mute: state %d", state);
1613 control.set("Voice Tx Mute", state, 0);
1620 err=csd_mic_mute(state);
1628 void s_set_volte_mic_mute(int state) argument
1630 ALOGV("s_set_volte_mic_mute: state %d", state);
1635 s_set_voip_mic_mute(int state) argument
[all...]
/hardware/interfaces/graphics/bufferqueue/1.0/
H A DIGraphicBufferProducer.hal52 State state;
423 * * the slot was not in the dequeued state
453 * * the slot was not in the dequeued state
/hardware/libhardware/include/hardware/
H A Daudio.h156 /** dump the state of the audio input/output device */
297 * latency. In the pause state audio hardware could still be using power. User may
678 int (*set_mic_mute)(struct audio_hw_device *dev, bool state);
679 int (*get_mic_mute)(const struct audio_hw_device *dev, bool *state);
749 /** This method dumps the state of the audio hardware */
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp1917 DEBUG_PRINT("\nComponent %s is in LOADED state\n", vdecCompNames);
2332 OMX_STATETYPE state = OMX_StateInvalid; local
2333 OMX_GetState(dec_handle, &state);
2334 if (state == OMX_StateIdle) {
2338 DEBUG_PRINT_ERROR("Error - Decoder is in state %d and trying to call OMX_FreeHandle \n", state);
2475 OMX_STATETYPE state = OMX_StateInvalid; local
2476 OMX_GetState(dec_handle, &state);
2477 if (state == OMX_StateExecuting) {
2481 DEBUG_PRINT_ERROR("Error - Decoder is in state
2489 OMX_STATETYPE state = OMX_StateInvalid; local
2702 OMX_STATETYPE state = OMX_StateInvalid; local
[all...]
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dbt_vendor_qcom.c349 //Make sure of hci_filter_status and return the state based on it
387 char state; local
415 /* Assign rfkill_id and find bluetooth rfkill state path*/
435 asprintf(&q->rfkill_state, "/sys/class/rfkill/rfkill%d/state", q->rfkill_id = i);
1213 uint8_t *state = (uint8_t *) param; local
1214 uint8_t wake_assert = (*state == BT_VND_LPM_WAKE_ASSERT) ? \
1233 uint8_t *state = (uint8_t *) param; local
1234 uint8_t wake_assert = (*state == BT_VND_LPM_WAKE_ASSERT) ? \
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dbt_vendor_qcom.c339 //Make sure of hci_filter_status and return the state based on it
377 char state; local
405 /* Assign rfkill_id and find bluetooth rfkill state path*/
425 asprintf(&q.rfkill_state, "/sys/class/rfkill/rfkill%d/state", q.rfkill_id = i);
1189 uint8_t *state = (uint8_t *) param; local
1190 uint8_t wake_assert = (*state == BT_VND_LPM_WAKE_ASSERT) ? \
1209 uint8_t *state = (uint8_t *) param; local
1210 uint8_t wake_assert = (*state == BT_VND_LPM_WAKE_ASSERT) ? \
/hardware/libhardware/modules/audio/
H A Daudio_hw.c467 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state) argument
469 ALOGV("adev_set_mic_mute: %d",state);
473 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) argument
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h178 int32_t state; member in struct:__anon2369
294 mm_stream_state_type_t state; member in struct:mm_stream
500 mm_channel_state_type_t state; member in struct:mm_channel
829 /* qbuf is a special case that not going through state machine.
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideo.c110 MIX_RESULT mix_video_get_state_default(MixVideo * mix, MixState * state);
1333 MIX_RESULT mix_video_get_state_default(MixVideo * mix, MixState * state) { argument
1341 if (!state) {
1342 LOG_E( "!state\n");
1346 *state = MIX_STATE_CONFIGURED;
1597 MIX_RESULT mix_video_get_state(MixVideo * mix, MixState * state) { argument
1603 return klass->get_state_func(mix, state);
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_display.cpp242 DisplayState state = kStateOff; local
254 state = kStateOff;
259 state = kStateOn;
264 state = kStateDoze;
269 state = kStateDozeSuspend;
277 DisplayError error = display_intf_->SetDisplayState(state);
285 DLOGE("Set state failed. Error = %d", error);

Completed in 656 milliseconds

1234567891011>>