Searched refs:state (Results 51 - 75 of 157) sorted by relevance

1234567

/hardware/qcom/msm8x74/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h87 u32 state);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFD.cpp43 BaseCameraAdapter::AdapterState state)
82 BaseCameraAdapter::AdapterState state; local
83 BaseCameraAdapter::getState(state);
93 ret = setParameters3A(mParams, state);
127 CAMHAL_LOGEA("OMX component is in invalid state");
204 CAMHAL_LOGEA("OMX component is not in executing state");
42 setParametersFD(const CameraParameters &params, BaseCameraAdapter::AdapterState state) argument
H A DOMXCameraAdapter.cpp350 BaseCameraAdapter::AdapterState state; local
351 BaseCameraAdapter::getState(state);
353 if ( ( PREVIEW_ACTIVE & state ) != PREVIEW_ACTIVE )
429 BaseCameraAdapter::AdapterState state; local
430 BaseCameraAdapter::getState(state);
572 ret |= setParametersCapture(params, state);
574 ret |= setParameters3A(params, state);
576 ret |= setParametersAlgo(params, state);
578 ret |= setParametersFocus(params, state);
580 ret |= setParametersFD(params, state);
638 BaseCameraAdapter::AdapterState state; local
2936 BaseCameraAdapter::AdapterState state, nextState; local
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c661 // initial state to zero
662 pFilter->state[0] = 0;
663 pFilter->state[1] = 0;
675 pFilter->state[0] = input / (1 + pFilter->c[2] + pFilter->c[3]);
676 pFilter->state[1] = pFilter->state[0];
683 // calculate the new state;
684 stateZero = pFilter->input - pFilter->c[2]*pFilter->state[0]
685 - pFilter->c[3]*pFilter->state[1];
687 pFilter->output = stateZero + pFilter->c[0]*pFilter->state[
[all...]
H A Dml_math_func.h28 float state[4]; member in struct:__anon164
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c64 uint32_t state; member in struct:effect_context_s
279 if (fx_ctxt->state == EFFECT_STATE_ACTIVE)
758 if (context->state != EFFECT_STATE_ACTIVE) {
782 if (context->state == EFFECT_STATE_ACTIVE) {
925 context->state = EFFECT_STATE_UNINITIALIZED;
936 context->state = EFFECT_STATE_INITIALIZED;
1020 if (context->state != EFFECT_STATE_ACTIVE) {
1045 if (context == NULL || context->state == EFFECT_STATE_UNINITIALIZED) {
1094 if (context->state != EFFECT_STATE_INITIALIZED) {
1098 context->state
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c84 /* state machine function declare */
133 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) &&
286 * DESCRIPTION: channel finite state machine entry function. Depends on channel
287 * state, incoming event will be handled differently.
306 CDBG("%s : E state = %d", __func__, my_obj->state);
307 switch (my_obj->state) {
321 CDBG("%s: Not a valid state (%d)", __func__, my_obj->state);
334 * DESCRIPTION: channel finite state machin
[all...]
H A Dmm_camera_thread.c57 MM_CAMERA_POLL_TASK_STATE_POLL, /* polling pid in polling state. */
182 * DESCRIPTION: set a polling state
186 * @state : polling state (stopped/polling)
191 mm_camera_poll_task_state_type_t state)
193 poll_cb->state = state;
317 } while (poll_cb->state == MM_CAMERA_POLL_TASK_STATE_POLL);
509 if(MM_CAMERA_POLL_TASK_STATE_STOPPED == poll_cb->state) {
190 mm_camera_poll_set_state(mm_camera_poll_thread_t *poll_cb, mm_camera_poll_task_state_type_t state) argument
/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/qcom/media/mm-core/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/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp50 AudioSystem::device_connection_state state,
55 ALOGV("setDeviceConnectionState() device: %x, state %d, address %s", device, state, device_address);
84 switch (state)
94 if (checkOutputsForDevice(device, state, outputs) != NO_ERROR) {
139 checkOutputsForDevice(device, state, outputs);
156 ALOGE("setDeviceConnectionState() invalid state: %x", state);
168 if ((state == AudioSystem::DEVICE_STATE_UNAVAILABLE) ||
200 switch (state)
49 setDeviceConnectionState(audio_devices_t device, AudioSystem::device_connection_state state, const char *device_address) argument
250 AudioSystem::device_connection_state state = AudioSystem::DEVICE_STATE_UNAVAILABLE; local
281 setPhoneState(int state) argument
1819 checkOutputsForDevice(audio_devices_t device, AudioSystem::device_connection_state state, SortedVector<audio_io_handle_t>& outputs) argument
3232 isStateInCall(int state) argument
[all...]
H A DA2dpAudioInterface.cpp123 status_t A2dpAudioInterface::setMicMute(bool state) argument
125 return mHardwareInterface->setMicMute(state);
128 status_t A2dpAudioInterface::getMicMute(bool* state) argument
130 return mHardwareInterface->getMicMute(state);
H A DAudioHardwareGeneric.cpp154 status_t AudioHardwareGeneric::setMicMute(bool state) argument
156 mMicMute = state;
160 status_t AudioHardwareGeneric::getMicMute(bool* state) argument
162 *state = mMicMute;
H A Daudio_policy_hal.cpp66 audio_policy_dev_state_t state,
72 (AudioSystem::device_connection_state)state,
87 static void ap_set_phone_state(struct audio_policy *pol, audio_mode_t state) argument
91 lap->apm->setPhoneState((int) state);
64 ap_set_device_connection_state(struct audio_policy *pol, audio_devices_t device, audio_policy_dev_state_t state, const char *device_address) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c305 /* This method will wait for the component to get to the state
339 OMX_STATETYPE state = OMX_StateInvalid; local
342 eError = OMX_GetState(pComponent, &state);
349 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
356 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
459 OMX_STATETYPE state = OMX_StateInvalid; local
1092 eError = OMX_GetState(pComponent, &state);
1100 if((eError == OMX_ErrorNone) && (state != OMX_StateIdle) && (state != OMX_StateInvalid) ){
1102 while((eError == OMX_ErrorNone) && (state !
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h28 float state[4]; member in struct:__anon148
/hardware/libhardware/include/hardware/
H A Dbt_hh.h87 /** Callback for connection state change.
88 * state will have one of the values from bthh_connection_state_t
90 typedef void (* bthh_connection_state_callback)(bt_bdaddr_t *bd_addr, bthh_connection_state_t state);
H A Daudio.h97 /* Screen state */
194 /** dump the state of the audio input/output device */
318 * latency. In the pause state audio hardware could still be using power. User may
488 int (*set_mic_mute)(struct audio_hw_device *dev, bool state);
489 int (*get_mic_mute)(const struct audio_hw_device *dev, bool *state);
529 /** This method dumps the state of the audio hardware */
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h80 AudioSystem::device_connection_state state,
84 virtual void setPhoneState(int state);
337 bool mEnabled; // enabled state: CPU load being used or not
346 // phone state, connected devices...
348 // otherwise it is determine by current state
349 // (device connected,phone state, force use, a2dp output...)
351 // 1 speed up process when the state is stable (when starting or stopping an output)
408 // true if given state represents a device in a telephony or VoIP call
409 virtual bool isStateInCall(int state);
418 AudioSystem::device_connection_state state,
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp66 audio_policy_dev_state_t state,
72 (AudioSystem::device_connection_state)state,
87 static void ap_set_phone_state(struct audio_policy *pol, audio_mode_t state) argument
91 qap->apm->setPhoneState((int) state);
64 ap_set_device_connection_state(struct audio_policy *pol, audio_devices_t device, audio_policy_dev_state_t state, const char *device_address) argument
/hardware/qcom/media/mm-core/inc/
H A Dqc_omx_component.h110 // Get Current state information
113 OMX_STATETYPE* state)=0;
/hardware/qcom/media/mm-core/omxcore/inc/
H A Dqc_omx_component.h110 // Get Current state information
113 OMX_STATETYPE* state)=0;
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcContainer.h78 /** Container state unregistered. */
97 mcContainerState_t state; member in struct:__anon1819
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DSession.cpp52 sessionInfo.state = SESSION_STATE_INITIAL;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c303 * automatically starting the state change from
310 OMX_STATETYPE state = OMX_StateInvalid; local
314 eError = pComponent->GetState (hComponent, &state);
333 APP_DPRINT ( "%d :: App: Component State Changed To %d\n", __LINE__,state);
475 OMX_STATETYPE state = OMX_StateInvalid; local
1069 APP_DPRINT("%d :: TestApp: Change state to Idle, pHandle %p\n", __LINE__, pHandle);
1188 error = OMX_GetState(pHandle, &state);
1190 while( (error == OMX_ErrorNone) && (state != OMX_StateIdle) &&
1191 (state != OMX_StateInvalid)) {
1416 if ((state !
[all...]

Completed in 7390 milliseconds

1234567