Searched defs:state (Results 1 - 25 of 51) sorted by relevance

123

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A Dscr.h90 EScrClientState state[ SCR_RESOURCE_NUM_OF_RESOURCES ]; /**< the client current state, per resource */ member in struct:__anon1493
131 * \brief Searches the client database for a client with matching state, from startFrom to endAt\n
135 * \param requiredState - the state to match.\n
H A DhealthMonitor.c85 healthMonitorState_e state; /* health monitor state */ member in struct:__anon1462
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/msm7k/libaudio-qdsp5v2/
H A DAudioHardware.cpp117 status_t AudioHardware::setMicMute(bool state) argument
122 status_t AudioHardware::getMicMute(bool* state) argument
124 *state = mMicMute;
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp224 OMX_OUT OMX_STATETYPE* state)
232 eRet = pThis->get_state(hComp,state);
365 OMX_STATETYPE state; local
366 pThis->get_state(hComp,&state);
367 DEBUG_PRINT("Calling FreeHandle in state %d \n", state);
223 qc_omx_component_get_state(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_STATETYPE* state) argument
/hardware/ril/mock-ril/src/cpp/
H A Dexperiments.cpp61 int state = static_cast<int *>(p)[0]; local
62 LOGD("GetReqScreenState state=%d", state);
63 return v8::Integer::New(state);
164 bool state = ss->state(); local
165 LOGD("state=%d", state);
167 state = ss->state();
[all...]
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdQueue.h131 ECmdQueueSmStates state; member in struct:__anon700
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A Dconn.h75 TI_UINT8 state; member in struct:__anon1343
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/msm7k/liblights/
H A Dlights.c124 is_lit(struct light_state_t const* state) argument
126 return state->color & 0x00ffffff;
150 rgb_to_brightness(struct light_state_t const* state) argument
152 int color = state->color & 0x00ffffff;
159 struct light_state_t const* state)
162 int brightness = rgb_to_brightness(state);
175 struct light_state_t const* state)
178 int on = is_lit(state);
187 struct light_state_t const* state)
190 int on = is_lit(state);
158 set_light_backlight(struct light_device_t* dev, struct light_state_t const* state) argument
174 set_light_keyboard(struct light_device_t* dev, struct light_state_t const* state) argument
186 set_light_buttons(struct light_device_t* dev, struct light_state_t const* state) argument
199 set_speaker_light_locked(struct light_device_t* dev, struct light_state_t const* state) argument
295 set_light_battery(struct light_device_t* dev, struct light_state_t const* state) argument
309 set_light_notifications(struct light_device_t* dev, struct light_state_t const* state) argument
325 set_light_attention(struct light_device_t* dev, struct light_state_t const* state) argument
[all...]
/hardware/ril/mock-ril/src/generated/cpp/
H A Dctrl.pb.h144 // required .ril_proto.RadioState state = 1;
148 inline ril_proto::RadioState state() const;
233 // required .ril_proto.RadioState state = 1;
237 inline ril_proto::RadioState state() const;
645 // required .ril_proto.RadioState state = 1;
653 inline ril_proto::RadioState CtrlReqRadioState::state() const { function in class:ril_proto::CtrlReqRadioState
666 // required .ril_proto.RadioState state = 1;
674 inline ril_proto::RadioState CtrlRspRadioState::state() const { function in class:ril_proto::CtrlRspRadioState
/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/msm7k/libaudio/
H A DAudioHardware.cpp259 status_t AudioHardware::setMicMute(bool state) argument
262 return setMicMute_nosync(state);
266 status_t AudioHardware::setMicMute_nosync(bool state) argument
268 if (mMicMute != state) {
269 mMicMute = state;
275 status_t AudioHardware::getMicMute(bool* state) argument
277 *state = mMicMute;
650 // as only one input can be in this state
651 if (mInputs[i]->state() > AudioStreamInMSM72xx::AUDIO_INPUT_CLOSED) {
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
/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.
3902 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/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/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));
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c823 /* resource is not available, need set state to OMX_StateWaitForResources */
931 } else { /* This means, it is invalid state from application */
3112 OMX_STATETYPE state = OMX_StateIdle; local
3122 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
3201 /* Increment state change request reference count */
3214 /* Decrement state change request reference count*/
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c878 /* resource is not available, need set state to OMX_StateWaitForResources */
1007 } else { /* This means, it is invalid state from application */
3335 OMX_STATETYPE state = OMX_StateIdle; local
3345 write (pCompPrivate->cmdDataPipe[1], &state , sizeof(OMX_U32));
3426 /* Increment state change request reference count */
3441 /* Decrement state change request reference count*/
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c222 /*Accessing these 2 has the problem/creates problem in state transition tests*/
1310 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return input buffers", __LINE__, __FUNCTION__);
1612 OMX_PRBUFFER2(pComponentPrivate->dbg, ":: %d %s In idle state return output buffers", __LINE__, __FUNCTION__);
2790 /* resource is not available, need set state to OMX_StateWaitForResources */
2908 /* This means, it is invalid state from application */
3297 /*Send state change notificaiton to Application */
3950 OMX_STATETYPE state = OMX_StateIdle; local
3960 write (pCompPrivate->cmdDataPipe[1], &state ,sizeof(OMX_U32));
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_base.cpp346 DEBUG_PRINT_LOW("Process -> state set to %d \n", pThis->m_state);
378 "state \n", p2);
383 DEBUG_PRINT_LOW("Process ->Port %d set PORT_STATE_ENABLED state\n" \
898 //here this should be Pause-Idle pending and should be cleared when flush is complete and change the state to Idle
1085 /* State Transition from Inavlid to any state */
1736 DEBUG_PRINT_ERROR("ERROR: can't be in invalid state");
1755 DEBUG_PRINT_ERROR("ERROR: frame rate can only be configured in loaded state");
1767 DEBUG_PRINT_ERROR("ERROR: frame rate can only be configured in loaded state",0,0,0);
1813 Returns the state information back to the caller.<TBD>
1822 OMX_OUT OMX_STATETYPE* state)
1821 get_state(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_STATETYPE* state) argument
[all...]

Completed in 1485 milliseconds

123