Searched refs:state (Results 151 - 175 of 183) sorted by relevance

12345678

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A Drsn.c2138 * I - state - The status flag \n
2145 TI_STATUS rsn_setPortStatus(TI_HANDLE hRsn, TI_BOOL state) argument
2151 pExtSec->bPortStatus = state;
2152 if (state)
2414 * - restore the PS state
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Domx_vdec.h340 OMX_STATETYPE *state);
738 // store I/P PORT state
740 // store O/P PORT state
/hardware/ti/wlan/wl1271/utils/
H A D802_11Defs.h1152 TI_UINT8 state; member in struct:__anon3186
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Still.cpp51 /*Add any new state above*/
655 Set state machine.*/
819 Set state machine.*/
1024 /* Based on what state we are in, we'll need to handle error -
1195 /* Based on what state we are in, we'll need to handle error -
1901 /* Depending upon the state we'll have to
1928 /* Set the state to ERROR */
1936 void QCameraStream_Snapshot::setSnapshotState(int state) argument
1938 LOGD("%s: Setting snapshot state to: %d",
1939 __func__, state);
[all...]
/hardware/qcom/camera/
H A DQCameraHWI_Still.cpp50 /*Add any new state above*/
724 Set state machine.*/
888 Set state machine.*/
1101 /* Based on what state we are in, we'll need to handle error -
1280 /* Based on what state we are in, we'll need to handle error -
2135 /* Depending upon the state we'll have to
2162 /* Set the state to ERROR */
2170 void QCameraStream_Snapshot::setSnapshotState(int state) argument
2172 ALOGV("%s: Setting snapshot state to: %d",
2173 __func__, state);
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp1484 CAMHAL_LOGDA("Preview is in paused state");
2216 CameraAdapter::AdapterState state; local
2217 ret = mCameraAdapter->getState(state);
2223 if (state == CameraAdapter::AF_STATE)
2537 // do not pause preview if recording (video state)
2805 @brief Dump state of the camera hardware
3444 // only need to send these control commands to state machine if we are
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera.c753 if (MM_CHANNEL_STATE_NOTUSED == my_obj->ch[ch_idx].state) {
764 ch_obj->state = MM_CHANNEL_STATE_STOPPED;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c145 /* This method will wait for the component to get to the state
303 /*OMX_STATETYPE state;*/
957 /* Wait for state to complete */
1204 error = OMX_GetState(pHandle, &state);
1222 APP_DPRINT ("%d :: The current state of the component = %d \n",__LINE__,state);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp37 BaseCameraAdapter::AdapterState state)
496 CAMHAL_LOGEA("OMX component is in invalid state");
554 CAMHAL_LOGEA("OMX component is in invalid state");
728 CAMHAL_LOGEA("OMX component is not in loaded state");
779 CAMHAL_LOGEA("OMX component is not in loaded state");
831 CAMHAL_LOGEA("OMX component is in invalid state");
868 CAMHAL_LOGEA("OMX component is in invalid state");
928 CAMHAL_LOGEA("OMX component is in invalid state");
1025 CAMHAL_LOGEA("OMX component is in invalid state");
1060 CAMHAL_LOGEA("OMX component is in invalid state");
36 setParametersAlgo(const CameraParameters &params, BaseCameraAdapter::AdapterState state) argument
[all...]
H A DOMXCapture.cpp36 BaseCameraAdapter::AdapterState state)
389 CAMHAL_LOGEA("OMX component is in invalid state");
479 CAMHAL_LOGEA("OMX component not in executing state");
535 CAMHAL_LOGEA("OMX component is not in executing state");
583 CAMHAL_LOGEA("OMX component is not in executing state");
623 CAMHAL_LOGEA("OMX component is not in executing state");
35 setParametersCapture(const CameraParameters &params, BaseCameraAdapter::AdapterState state) argument
H A DOMXExif.cpp35 BaseCameraAdapter::AdapterState state)
253 CAMHAL_LOGEA("OMX component is in invalid state");
34 setParametersEXIF(const CameraParameters &params, BaseCameraAdapter::AdapterState state) argument
/hardware/ti/wlan/wl1271/Test/
H A DsiteMgrDebug.c260 switch (((conn_t*)pStadHandles->hConn)->state)
262 case 0: WLAN_OS_REPORT((" CONN state is IDLE\n"));
264 case 1: WLAN_OS_REPORT((" CONN state is SCR_WAIT\n"));
266 case 2: WLAN_OS_REPORT((" CONN state is WAIT_JOIN_CMPLT\n"));
268 case 3: WLAN_OS_REPORT((" CONN state is MLME_WAIT\n"));
270 case 4: WLAN_OS_REPORT((" CONN state is RSN_WAIT\n"));
272 case 5: WLAN_OS_REPORT((" CONN state is CONFIG_HW\n"));
274 case 6: WLAN_OS_REPORT((" CONN state is CONNECTED\n"));
276 case 7: WLAN_OS_REPORT((" CONN state is DISASSOCC\n"));
/hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
H A DSdioDrv.c1216 static int sdioDrv_suspend(struct platform_device *pdev, pm_message_t state) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c834 /* resource is not available, need set state to OMX_StateWaitForResources */
935 /* This means, it is invalid state from application */
1034 /*Send state change notificaiton to Application */
2822 OMX_STATETYPE state = OMX_StateIdle; local
2833 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c767 /* resource is not available, need set state to OMX_StateWaitForResources */
848 else { /* This means, it is invalid state from application */
2659 OMX_STATETYPE state = OMX_StateIdle; local
2670 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c535 * All the state transitions, except from nothing to loaded state, of the
726 /* resource is not available, need set state to OMX_StateWaitForResources */
2400 * the LCML structure when a port is enabled and component is in idle state.
2560 OMX_STATETYPE state = OMX_StateIdle; local
2571 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c760 /* resource is not available, need set state to OMX_StateWaitForResources */
857 } else { /* This means, it is invalid state from application */
2259 OMX_STATETYPE state = OMX_StateIdle; local
2270 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c230 /*Accessing these 2 has the problem/creates problem in state transition tests*/
825 /* resource is not available, need set state to OMX_StateWaitForResources */
936 /* This means, it is invalid state from application */
1029 /*Send state change notificaiton to Application */
2507 OMX_STATETYPE state = OMX_StateIdle; local
2518 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c796 /* resource is not available, need set state to OMX_StateWaitForResources */
870 { /* This means, it is invalid state from application */
2719 OMX_STATETYPE state = OMX_StateIdle; local
2730 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_base.cpp370 DEBUG_PRINT_LOW("Process -> state set to %d \n", pThis->m_state);
392 "state \n", p2);
397 DEBUG_PRINT_LOW("Process ->Port %d set PORT_STATE_ENABLED state\n" \
967 //here this should be Pause-Idle pending and should be cleared when flush is complete and change the state to Idle
1156 /* State Transition from Inavlid to any state */
1896 DEBUG_PRINT_ERROR("ERROR: can't be in invalid state");
1988 Returns the state information back to the caller.<TBD>
1997 OMX_OUT OMX_STATETYPE* state)
1999 *state = m_state;
2000 DEBUG_PRINT_LOW("get_state: Returning the state
1996 get_state(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_STATETYPE* state) argument
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dwlioctl.h2463 uint8 state; member in struct:wl_p2p_disc_st
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h2780 uint8 state; member in struct:wl_p2p_disc_st
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c530 * All the state transitions, except from nothing to loaded state, of the
792 /* resource is not available, need set state to
936 /* if running under Android (file mode), these values are not available during this state transition.
1322 OMX_ERROR4(pComponentPrivate->dbg, "%d :: state transition error\n",__LINE__);
2004 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return input buffers\n", __LINE__, __FUNCTION__);
2350 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return output buffers\n", __LINE__, __FUNCTION__);
2785 OMX_PRDSP2(pComponentPrivate->dbg, "setting state to idle after EMMCodecProcessingStoped event\n\n");
3568 * the LCML structure when a port is enabled and component is in idle state.
3905 OMX_STATETYPE state local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c900 /* resource is not available, need set state to OMX_StateWaitForResources */
1029 /* This means, it is invalid state from application */
1239 /*Send state change notificaiton to Application */
1940 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: [HandleData_FromApp] The current state while sending the buffer = %d \n",__LINE__,pComponentPrivate->curState);
3423 OMX_STATETYPE state = OMX_StateIdle; local
3433 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
3456 /* Increment state change request reference count */
3469 /* Decrement state change request reference count*/
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c577 * All the state transitions, except from nothing to loaded state, of the
831 /* resource is not available, need set state to
1870 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return input buffers\n", __LINE__, __FUNCTION__);
2168 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return output buffers\n", __LINE__, __FUNCTION__);
3329 * the LCML structure when a port is enabled and component is in idle state.
3605 OMX_STATETYPE state = OMX_StateIdle; local
3615 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));

Completed in 1939 milliseconds

12345678