Searched refs:state (Results 126 - 150 of 183) sorted by relevance

12345678

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c671 * state. It is not a real implementation, but just simulates what a real
700 PRINT("Error: Couldn't get state for component or sent to invalid state because of an error.\n");
710 OMX_STATETYPE state; local
720 eError = pComponent->GetState (hComponent, &state);
746 printf("\nAPP:: Invalid state\n\n");
1075 OMX_STATETYPE state; local
1718 PRINT("Waiting for state Idle\n");
1812 pComponent->GetState(pHandle, &state);
1813 PRINT("Error is %d , cur state i
[all...]
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c1805 static int wpa_driver_set_power_save(char *iface, int state) argument
1842 if (state != 0) {
1948 static int wpa_driver_toggle_btcoex_state(char state) argument
1956 ret = write(fd, &state, sizeof(state));
1959 wpa_printf(MSG_DEBUG, "%s: set btcoex state to '%c' result = %d", __func__,
1960 state, ret);
1964 static int wpa_driver_toggle_rx_filter(char state) argument
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp73 BaseCameraAdapter::AdapterState state)
95 (state & PREVIEW_ACTIVE) && !(nextState & CAPTURE_ACTIVE)) {
434 CAMHAL_LOGEA("OMX component is in invalid state");
492 CAMHAL_LOGEA("OMX component is in invalid state");
559 CAMHAL_LOGEA("OMX component is in invalid state");
592 BaseCameraAdapter::AdapterState state; local
593 BaseCameraAdapter::getState(state);
597 CAMHAL_LOGEA("OMX component is in invalid state");
640 if ( NO_ERROR == ret && ((state & AF_ACTIVE) == 0) )
701 CAMHAL_LOGEA("OMX component is in invalid state");
72 setParameters3A(const CameraParameters &params, BaseCameraAdapter::AdapterState state) argument
[all...]
/hardware/qcom/display/liboverlay/
H A DoverlayState.h55 /* return current state */
56 utils::eOverlayState state() const;
58 /* Hard reset to a new state. If the state is the same
62 /* Caller pass the state to the handleEvent function.
74 /* Transitions from a state to a state. Default behavior is to move from an
75 * old state to CLOSED and from CLOSED to a new state. Any impl wishing to
297 inline utils::eOverlayState OverlayState::state() cons function in class:overlay::OverlayState
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dresponses.cpp206 dstCall->state = (RIL_CallState)srcCall.state();
H A Dril.h173 RIL_CallState state; member in struct:__anon1293
442 RIL_PERSOSUBSTATE_UNKNOWN = 0, /* initial state */
829 * Supplies SIM PIN. Only called if RIL_CardStatus has RIL_APPSTATE_PIN state
1035 * Only valid when radio state is "RADIO_STATE_ON"
1181 * MO calls by restricted state (See RIL_UNSOL_RESTRICTED_STATE_CHANGED)
1217 * Request current registration state
1221 * ((const char **)response)[0] is registration state 0-6,
1284 * ((const char **)response)[13] if registration state is 3 (Registration
1317 * 98 - Message not compatible with protocol state
1320 * 101 - Message not compatible with protocol state
[all...]
/hardware/qcom/camera/QCamera/HAL/core/inc/
H A DQCameraStream.h314 void setSnapshotState(int state);
/hardware/qcom/camera/
H A DQCameraStream.h325 void setSnapshotState(int state);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.cpp257 *pState = fcInfoParams.state;
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp1685 CAMHAL_LOGDB("Adapter state switch INTIALIZED_STATE->LOADED_PREVIEW_STATE event = 0x%x",
1690 //These events don't change the current state
1694 CAMHAL_LOGDB("Adapter state switch INTIALIZED_STATE->INTIALIZED_STATE event = 0x%x",
1706 CAMHAL_LOGEB("Adapter state switch INTIALIZED_STATE Invalid Op! event = 0x%x",
1721 CAMHAL_LOGDB("Adapter state switch LOADED_PREVIEW_STATE->PREVIEW_STATE event = 0x%x",
1727 CAMHAL_LOGDB("Adapter state switch LOADED_PREVIEW_STATE->INTIALIZED_STATE event = 0x%x",
1732 //These events don't change the current state
1736 CAMHAL_LOGDB("Adapter state switch LOADED_PREVIEW_STATE->LOADED_PREVIEW_STATE event = 0x%x",
1742 CAMHAL_LOGDB("Adapter state switch LOADED_PREVIEW Invalid Op! event = 0x%x",
1757 CAMHAL_LOGDB("Adapter state switc
2285 getState(AdapterState &state) argument
2298 getNextState(AdapterState &state) argument
[all...]
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DconnIbss.c94 in the selection phase. Configures the connection state machine to IBSS connection mode
109 /* next state and actions for IDLE state */
119 /* next state and actions for SELF_WAIT state */
129 /* next state and actions for RSN_WAIT state */
139 /* next state and actions for CONNECTED state */
149 /* next state an
[all...]
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
H A Ddriver_ti.c1404 static int wpa_driver_tista_set_operstate(void *priv, int state) argument
1409 __func__, /*drv->operstate,*/ state, state ? "UP" : "DORMANT");
1411 /* Dm: drv->operstate = state; */
1412 return wpa_driver_wext_set_operstate(drv->wext, state);
/hardware/ril/libril/
H A Dril.cpp266 radio state message and store it. Every time there is a change in Radio State
273 source from radio state and store it. Every time there is a change in Radio State
279 SIM/RUIM state from radio state and store it. Every time there is a change in Radio State,
1256 RIL_RadioState state = s_callbacks.onStateRequest(); local
1258 if ((RADIO_STATE_UNAVAILABLE == state) || (RADIO_STATE_OFF == state)) {
1263 if (RADIO_STATE_ON == state) {
1271 voiceRadioTech = decodeVoiceRadioTechnology(state);
1283 RIL_RadioState state local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c152 /* This method will wait for the component to get to the state
191 APP_DPRINT ("%d :: App: Component State Changed To %d\n", __LINE__,state);
456 OMX_STATETYPE state; local
1301 state = OMX_StateIdle;
1506 printf("VPPTEST:: Component is now in Executing state\n");
1507 state = OMX_StateExecuting;
1651 printf("APP:: At Invalid state.\n");
1868 error = pComponent->GetState(pHandle, &state);
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp174 ALOGV("\tstate = %u", c.state);
175 if (c.state == c.S3C_FB_WIN_STATE_BUFFER) {
183 else if (c.state == c.S3C_FB_WIN_STATE_COLOR) {
1319 cfg.state = cfg.S3C_FB_WIN_STATE_BUFFER;
1337 cfg.state = cfg.S3C_FB_WIN_STATE_COLOR;
1834 if (config.state == config.S3C_FB_WIN_STATE_DISABLED) {
1839 if (config.state == config.S3C_FB_WIN_STATE_COLOR)
2067 sw_fd = open("/sys/class/switch/hdmi/state", O_RDONLY);
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c67 __u8 docking : 1; /* docking vs. mirroring - used for state */
70 /* cloning support and state */
80 /* state */
1728 __u8 state = ext->hdmi_state; local
1732 if (state) {
1777 ALOGI("external display changed (state=%d, mirror={%s tform=%ddeg%s}, dock={%s tform=%ddeg%s%s}, tv=%d", state,
1801 int state = 0; local
1817 state = atoi(s + strlen("SWITCH_STATE="));
1833 hwc_dev->ext.force_dock = state
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c145 void getString_OMX_State (char *ptrString, OMX_STATETYPE state);
369 APP_DPRINT("%d :: App :: state changed to Idle\n",__LINE__);
421 APP_DPRINT("%d :: App :: state changed to Executing\n",__LINE__);
640 * @fn WaitForState() Waits for the state to change.
644 * @param DesiredState This is state which the app is waiting for.
1651 APP_STATEPRINT ("*********** Waiting for state to change to Idle ************\n\n");
1679 APP_STATEPRINT("*********** Waiting for state to change to Executing ************\n\n");
1723 APP_STATEPRINT("*********** Waiting for state to change to Pause ************\n");
1748 APP_STATEPRINT("******** Waiting for state to change to Resume ************\n");
1830 void getString_OMX_State (char *ptrString, OMX_STATETYPE state) argument
[all...]
/hardware/invensense/mlsdk/mllite/
H A Dml.h433 void (*motion_cb_func) (unsigned short motion_state); // Callback function that will run when a change of motion state is detected.
434 // The new motion state. May be one of INV_MOTION, or INV_NO_MOTION.
436 unsigned char state; member in struct:inv_params_obj
555 /*API for detecting change of state */
/hardware/qcom/media/mm-video/vidc/venc/inc/
H A Domx_video_base.h284 OMX_STATETYPE *state);
/hardware/ril/include/telephony/
H A Dril.h173 RIL_CallState state; member in struct:__anon1168
442 RIL_PERSOSUBSTATE_UNKNOWN = 0, /* initial state */
829 * Supplies SIM PIN. Only called if RIL_CardStatus has RIL_APPSTATE_PIN state
1035 * Only valid when radio state is "RADIO_STATE_ON"
1181 * MO calls by restricted state (See RIL_UNSOL_RESTRICTED_STATE_CHANGED)
1217 * Request current registration state
1221 * ((const char **)response)[0] is registration state 0-6,
1284 * ((const char **)response)[13] if registration state is 3 (Registration
1317 * 98 - Message not compatible with protocol state
1320 * 101 - Message not compatible with protocol state
[all...]
/hardware/ril/reference-ril/
H A Dril.h173 RIL_CallState state; member in struct:__anon1355
442 RIL_PERSOSUBSTATE_UNKNOWN = 0, /* initial state */
829 * Supplies SIM PIN. Only called if RIL_CardStatus has RIL_APPSTATE_PIN state
1035 * Only valid when radio state is "RADIO_STATE_ON"
1181 * MO calls by restricted state (See RIL_UNSOL_RESTRICTED_STATE_CHANGED)
1217 * Request current registration state
1221 * ((const char **)response)[0] is registration state 0-6,
1284 * ((const char **)response)[13] if registration state is 3 (Registration
1317 * 98 - Message not compatible with protocol state
1320 * 101 - Message not compatible with protocol state
[all...]
/hardware/ti/omap4xxx/security/tf_sdk/include/
H A Dpkcs11.h110 CK_STATE state; member in struct:CK_SESSION_INFO
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java167 /* Variable to store the current RDS state */
222 public void onCallStateChanged(int state, String incomingNumber) {
223 if (state == TelephonyManager.CALL_STATE_RINGING) {
230 /* Turn off speakerphone before call and save state */
237 } else if (state == TelephonyManager.CALL_STATE_OFFHOOK) {
245 /* Turn off speakerphone before call and save state */
252 } else if (state == TelephonyManager.CALL_STATE_IDLE) {
355 public void enableRx(int state) { argument
357 fm_intent.putExtra("state", state);
361 enableTx(int state) argument
[all...]
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp90 bool output_standby; // output standby state as seen from record thread
661 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state) argument
666 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) argument
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h833 //Retrieves the current Adapter state
836 //Retrieves the next Adapter state
842 // Rolls the state machine back to INTIALIZED_STATE from the current state
845 // Retrieves the current Adapter state - for internal use (not locked)
846 virtual status_t getState(AdapterState &state) = 0;
847 // Retrieves the next Adapter state - for internal use (not locked)
848 virtual status_t getNextState(AdapterState &state) = 0;
851 //The first two methods will try to switch the adapter state.
853 //call to commitState(). If the state switc
[all...]

Completed in 9667 milliseconds

12345678