Searched refs:state (Results 101 - 125 of 183) sorted by relevance

12345678

/hardware/qcom/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera.h151 int32_t state; member in struct:__anon469
217 mm_stream_state_type_t state; member in struct:mm_stream
347 mm_channel_state_type_t state; member in struct:mm_channel
559 /* qbuf is a special case that not going through state machine.
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c362 /* This method will wait for the component to get to the state
404 OMX_STATETYPE state; local
408 eError = pComponent->GetState (hComponent, &state);
415 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
417 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
524 OMX_STATETYPE state; local
1276 eError = pComponent->GetState(pHandle, &state);
1284 while((eError == OMX_ErrorNone) && (state != OMX_StateIdle) && (state != OMX_StateInvalid) ){
1288 if((eError == OMX_ErrorNone) && (state !
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c345 /* This method will wait for the component to get to the state
381 OMX_STATETYPE state; local
385 eError = pComponent->GetState (hComponent, &state);
395 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__, state);
397 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__, state);
503 OMX_STATETYPE state; local
1301 eError = pComponent->GetState(pHandle, &state);
1313 while ( (eError == OMX_ErrorNone) && (state != OMX_StateIdle) && (state != OMX_StateInvalid) ) {
1318 if ((eError == OMX_ErrorNone) && (state !
[all...]
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.h96 OMX_OUT OMX_STATETYPE* state);
/hardware/qcom/media/mm-core/src/common/
H A Domx_core_cmp.h96 OMX_OUT OMX_STATETYPE* state);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFocus.cpp40 BaseCameraAdapter::AdapterState state)
93 CAMHAL_LOGEA("OMX component in Invalid state");
100 CAMHAL_LOGEA("OMX component not in executing state");
230 CAMHAL_LOGEA("OMX component in Invalid state");
237 CAMHAL_LOGEA("OMX component not in executing state");
278 CAMHAL_LOGEA("OMX component is in invalid state");
341 CAMHAL_LOGEA("OMX component in Invalid state");
347 CAMHAL_LOGEA("OMX component not in executing state");
392 BaseCameraAdapter::AdapterState state, nextState; local
393 BaseCameraAdapter::getState(state);
39 setParametersFocus(const CameraParameters &params, BaseCameraAdapter::AdapterState state) argument
[all...]
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DrsnApi.h269 TI_STATUS rsn_setPortStatus(TI_HANDLE hRsn, TI_BOOL state);
H A DconnInfra.c139 in the selection phase. Configures the connection state machine to Infra connection mode
152 /* next state and actions for IDLE state */
163 /* next state and actions for SCR_WAIT_CONN state */
174 /* next state and actions for WAIT_JOIN_CMPLT */
186 /* next state and actions for MLME_WAIT state */
197 /* next state and actions for RSN_WAIT state */
[all...]
/hardware/qcom/audio/alsa_sound/
H A DAudioHardwareALSA.cpp327 int state; local
482 if (param.getInt(key,state) == NO_ERROR) {
483 if (mCallState != state) {
484 mCallState = state;
487 mCallState = state;
1360 status_t AudioHardwareALSA::setMicMute(bool state) argument
1362 if (mMicMute != state) {
1363 mMicMute = state;
1366 mALSADevice->setMicMute(state);
1372 status_t AudioHardwareALSA::getMicMute(bool *state) argument
[all...]
H A Dalsa_default.cpp79 static void s_set_volte_mic_mute(int state);
1303 ALOGE("Invalid state, no valid use case found to disable");
1581 void s_set_mic_mute(int state) argument
1584 ALOGV("s_set_mic_mute: state %d", state);
1586 control.set("Voice Tx Mute", state, 0);
1593 err=csd_mic_mute(state);
1601 void s_set_volte_mic_mute(int state) argument
1603 ALOGV("s_set_volte_mic_mute: state %d", state);
1608 s_set_voip_mic_mute(int state) argument
[all...]
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/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c278 /* This method will wait for the component to get to the state
323 OMX_STATETYPE state; local
331 eError = pComponent->GetState (hComponent, &state);
352 APP_DPRINT ( "%d :: App: Component State Changed To %d\n", __LINE__,state);
492 OMX_STATETYPE state; local
1288 pComponent->GetState(pHandle, &state);
1291 while( (error == OMX_ErrorNone) && ((state != OMX_StateIdle) || (count < 2)) )
1298 if((eError == OMX_ErrorNone) && (state != OMX_StateIdle) || (count < 2)) )
1391 if (state == OMX_StateExecuting){/**/
1473 if (state
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_hw.c310 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state) argument
315 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) argument
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c339 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state) argument
344 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) argument
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera.h128 mm_camera_stream_state_type_t state; member in struct:__anon735
206 int32_t state; member in struct:__anon746
/hardware/ril/reference-ril/
H A Dreference-ril.c150 SIM_READY = 2, /* SIM_READY means the radio state is RADIO_STATE_SIM_READY */
233 static int clccStateToRILState(int state, RIL_CallState *p_state) argument
236 switch(state) {
254 // index,isMT,state,mode,isMpty(,number,TOA)?
257 int state; local
269 err = at_tok_nextint(&line, &state);
272 err = clccStateToRILState(state, &(p_call->state));
682 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING
683 || p_calls[countValidCalls].state
2977 char state = 0; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c169 /*Structure for Wait for state sync */
273 * WaitForState() Waits for signal state transition if the transition has not ocurred
344 OMX_STATETYPE state; local
353 eError = OMX_GetState (hComponent, &state);
372 APP_DPRINT ("%d :: App: Component State Changed To %d\n", __LINE__,state);
546 OMX_STATETYPE state; local
559 bInvalidState=OMX_FALSE; /* flag for invalid state transition */
1434 error = OMX_GetState(*pHandle, &state);
1493 while(( (error == OMX_ErrorNone) && (state != OMX_StateIdle)) && (state !
[all...]
/hardware/invensense/mlsdk/mllite/
H A DmlFIFO.c1201 unsigned char state = inv_get_state(); local
1203 if (state < INV_STATE_DMP_OPENED)
1938 * Note: if the DMP is running, (state == INV_STATE_DMP_STARTED)
1959 unsigned char state; local
1963 state = inv_get_state();
1964 if (state != INV_STATE_DMP_OPENED && state != INV_STATE_DMP_STARTED)
1984 if (state == INV_STATE_DMP_STARTED)
1985 result = inv_run_state_callbacks(state);
1991 config.apply = (state
[all...]
H A Dml.c90 INV_STATE_SERIAL_CLOSED // starting state
331 inv_obj.motion_state = INV_MOTION; // Motion state
452 * Resets the Motion/No Motion state which should be called at startup and resume.
607 * @return TRUE or FALSE state of the flag
1295 * a 'motion' or 'no motion' state.
1680 * running. When it is not running, simply records the state for later.
1692 unsigned char state = inv_get_state(); local
1697 if (state < INV_STATE_DMP_OPENED)
1734 config.apply = (state == INV_STATE_DMP_STARTED);
1771 if (state
[all...]
/hardware/qcom/display/libhwcomposer/
H A Dhwc_mdpcomp.cpp104 //XXX: Tear down MDP comp state
627 ovutils::eOverlayState state = ov.getState(); local
630 state = ovutils::OV_BYPASS_1_LAYER;
632 state = ovutils::OV_BYPASS_2_LAYER;
634 state = ovutils::OV_BYPASS_3_LAYER;
637 ov.setState(state);
/hardware/qcom/display/liboverlay/
H A DoverlayUtils.h492 const char* getStateString(eOverlayState state);
632 inline const char* getStateString(eOverlayState state){ argument
633 switch (state) {
910 /* dump the state of the instance */
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c264 /* This method will wait for the component to get to the state
311 OMX_STATETYPE state; local
317 eError1 = pComponent->GetState (hComponent, &state);
327 APP_DPRINT ( "%d Component State Changed To %d\n", __LINE__,state);
330 APP_DPRINT ( "%d Component State Changed To %d\n", __LINE__,state);
337 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
344 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
472 OMX_STATETYPE state; local
1379 error = pComponent->GetState(pHandle, &state);
1401 printf ("The current state o
[all...]
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp450 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state) argument
453 return ladev->hwif->setMicMute(state);
456 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) argument
459 return ladev->hwif->getMicMute(state);
/hardware/qcom/camera/inc/
H A Domx_jpeg_common.h244 OMX_OUT OMX_STATETYPE* state);
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp357 status_t AudioHardware::setMicMute(bool state) argument
360 return setMicMute_nosync(state);
364 status_t AudioHardware::setMicMute_nosync(bool state) argument
366 if (mMicMute != state) {
367 mMicMute = state;
373 status_t AudioHardware::getMicMute(bool* state) argument
375 *state = mMicMute;
1525 // as only one input can be in this state

Completed in 408 milliseconds

12345678