Searched refs:state (Results 226 - 250 of 327) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8909w_3100/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);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display.cpp162 DisplayState state = kStateOff; local
174 state = kStateOff;
178 state = kStateOn;
183 state = kStateDoze;
188 state = kStateDozeSuspend;
196 DisplayError error = display_intf_->SetDisplayState(state);
204 DLOGE("Set state failed. Error = %d", error);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dmain.c70 * a stream which is of required priority, in start state, has space on output and data in
89 in running state */
90 if( (_dmem.stream_info[indx].state == 1)
140 * This function is responsible for seeting the swap memory to a good state for current stream.
499 if(_dmem.stream_info[i].state == 1)
506 {/* If this is not in INT state clear the status before sending it to host */
517 * This function walks through all active streams to clear pending interrupt state.This is
527 //if(_dmem.stream_info[i].state == 1)
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h338 /* state: PortBase::OMX_PortEnabled/Disabled */
339 void TransStatePort(OMX_U32 port_index, OMX_U8 state);
425 OMX_STATETYPE state; member in class:ComponentBase
436 /* state lock */
/hardware/interfaces/media/omx/1.0/vts/functional/
H A DREADME.md12 This folder includes test fixtures that tests aspects common to all omx compatible components. For instance, port enabling/disabling, enumerating port formats, state transitions, flush, ..., stay common to all components irrespective of the service they offer. Test fixtures here are directed towards testing these (omx core). Every standard OMX compatible component is expected to pass these tests.
/hardware/libhardware/include/hardware/
H A Dgps.h223 * Flags indicating the GNSS measurement state.
226 * For example, if the state for a satellite is only C/A code locked and bit
227 * synchronized, and there is still millisecond ambiguity, the state should be
233 * If GNSS is still searching for a satellite, the corresponding state should be
815 * certificates attempted to be installed, the state of the certificates stored should
1000 * An example state diagram with confidence level: 95% and Unknown time limit
1014 * Inside state: We are 95% confident that the user is inside the geofence.
1015 * Outside state: We are 95% confident that the user is outside the geofence
1016 * Unknown state: Rest of the time.
1018 * The Unknown state i
1417 GpsMeasurementState state; member in struct:__anon1326
1495 GnssMeasurementState state; member in struct:__anon1327
[all...]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_ConntrackClient.cpp331 tcp_proto_state.state = TCP_CONNTRACK_ESTABLISHED;
347 tcp_proto_state.state = TCP_CONNTRACK_FIN_WAIT;
/hardware/nxp/nfc/halimpl/hal/
H A DphNxpNciHal.cc113 static void phNxpNciHal_gpio_restore(phNxpNciHal_GpioInfoState state);
321 nxpncihal_ctrl.phNxpNciGpioInfo.state = GPIO_UNKNOWN;
772 }/*else its already in MIN_OPEN state. continue with rest of functionality*/
1759 if (*(p_core_init_rsp_params + 1) == 1) // RF state is Discovery!!
1804 // if last command is discovery and RF status is also discovery state,
2347 * update the acutual state of operation in arg pointer
2687 static void phNxpNciHal_gpio_restore(phNxpNciHal_GpioInfoState state) { argument
2696 if(state == GPIO_STORE) {
2697 nxpncihal_ctrl.phNxpNciGpioInfo.state = GPIO_STORE;
2705 nxpncihal_ctrl.phNxpNciGpioInfo.state
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c106 /* state machine function declare */
178 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) &&
815 * DESCRIPTION: channel finite state machine entry function. Depends on channel
816 * state, incoming event will be handled differently.
835 LOGD("E state = %d", my_obj->state);
836 switch (my_obj->state) {
850 LOGD("Not a valid state (%d)", my_obj->state);
863 * DESCRIPTION: channel finite state machin
[all...]
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c250 ALOGV("Closing already open tiny alsa stream running state %d",(int)(activePcm));
846 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state) argument
849 UNUSED_PARAMETER(state);
854 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) argument
857 UNUSED_PARAMETER(state);
/hardware/interfaces/wifi/1.2/default/
H A Dhidl_struct_util.h99 StaRoamingState state);
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp452 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state) argument
455 return ladev->hwif->setMicMute(state);
458 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) argument
461 return ladev->hwif->getMicMute(state);
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp478 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state) argument
481 return qadev->hwif->setMicMute(state);
484 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) argument
487 return qadev->hwif->getMicMute(state);
/hardware/ril/libril/
H A Dsap_service.cpp60 Return<void> powerReq(int32_t token, bool state);
364 Return<void> SapImpl::powerReq(int32_t token, bool state) { argument
376 req.state = state;
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_session.cpp749 DLOGW("panel is in bad state, resetting the panel");
1055 bool state = true; local
1056 status = DisplayBWTransactionPending(&state);
1057 output_parcel->writeInt32(state);
1600 void HWCSession::HotPlug(hwc2_display_t display, HWC2::Connection state) { argument
1602 HWC2::Error err = callbacks_.Hotplug(display, state);
1605 err = callbacks_.Hotplug(display, state);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_session.cpp705 DLOGW("panel is in bad state, resetting the panel");
1004 bool state = true; local
1005 status = DisplayBWTransactionPending(&state);
1006 output_parcel->writeInt32(state);
1532 void HWCSession::HotPlug(hwc2_display_t display, HWC2::Connection state) { argument
1534 HWC2::Error err = callbacks_.Hotplug(display, state);
1537 err = callbacks_.Hotplug(display, state);
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalManager.java73 * Thermal Zone State Changed Action: This is broadcast when the state of a
109 /* sZoneCriticalPendingMap stores info whether a zone is in critical state and platform
115 /* this count keeps track of number of zones in pending critical state.When
138 * integer containing the thermal state of the zone.
140 public static final String EXTRA_STATE = "state";
283 public void setMaxStates(int state) { argument
284 mMaxStates = state;
382 + " has mismatch in Cooling device state and mask array!deactivate!");
393 + " has mismatch in Cooling device state and mask array!deactivate!");
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
H A DHWC2OnFbAdapter.cpp232 // no state change
469 // no state change
483 // no state change
602 // layer state functions; validateDisplay required
701 void HWC2OnFbAdapter::setState(State state) { argument
702 mState = state;
/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_utils_v1_0.h461 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
494 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_hidl_hal_utils_v1_1.h484 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
517 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dmain.c114 /* A badly named enum type to track state of user input for tracker menu. */
210 char *compass_state_name(char* out, int state) argument
212 switch(state) {
621 "Note on compass state values:\n"
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_gps.h354 * Flags indicating the GNSS measurement state.
357 * For example, if the state for a satellite is only C/A code locked and bit
358 * synchronized, and there is still millisecond ambiguity, the state should be
364 * If GNSS is still searching for a satellite, the corresponding state should be
1005 * certificates attempted to be installed, the state of the certificates stored should
1182 * An example state diagram with confidence level: 95% and Unknown time limit
1196 * Inside state: We are 95% confident that the user is inside the geofence.
1197 * Outside state: We are 95% confident that the user is outside the geofence
1198 * Unknown state: Rest of the time.
1200 * The Unknown state i
1612 LocGpsMeasurementState state; member in struct:__anon3690
1690 LocGnssMeasurementState state; member in struct:__anon3691
[all...]
/hardware/qcom/gps/msm8998/utils/
H A Dloc_gps.h352 * Flags indicating the GNSS measurement state.
355 * For example, if the state for a satellite is only C/A code locked and bit
356 * synchronized, and there is still millisecond ambiguity, the state should be
362 * If GNSS is still searching for a satellite, the corresponding state should be
1001 * certificates attempted to be installed, the state of the certificates stored should
1178 * An example state diagram with confidence level: 95% and Unknown time limit
1192 * Inside state: We are 95% confident that the user is inside the geofence.
1193 * Outside state: We are 95% confident that the user is outside the geofence
1194 * Unknown state: Rest of the time.
1196 * The Unknown state i
1608 LocGpsMeasurementState state; member in struct:__anon4032
1686 LocGnssMeasurementState state; member in struct:__anon4033
[all...]
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h392 snd_pcm_state_t state; member in struct:snd_pcm_status
411 snd_pcm_state_t state; member in struct:snd_pcm_mmap_status
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dasound.h404 snd_pcm_state_t state; /* stream state */ member in struct:snd_pcm_status
413 snd_pcm_state_t suspended_state; /* suspended stream state */
420 snd_pcm_state_t state; /* RO: state - SNDRV_PCM_STATE_XXXX */ member in struct:snd_pcm_mmap_status
424 snd_pcm_state_t suspended_state; /* RO: suspended stream state */

Completed in 1084 milliseconds

1234567891011>>