Searched defs:currentState (Results 1 - 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Basecomponent.h59 OMX_STATETYPE currentState; member in struct:_EXYNOS_OMX_BASECOMPONENT
H A DExynos_OMX_Basecomponent.c108 if (pExynosComponent->currentState == OMX_StateInvalid) {
158 *pState = pExynosComponent->currentState;
173 OMX_STATETYPE currentState = pExynosComponent->currentState; local
182 if (currentState == destState) {
186 if (currentState == OMX_StateInvalid) {
191 if ((currentState == OMX_StateLoaded) && (destState == OMX_StateIdle)) {
198 if (((currentState == OMX_StateIdle) && (destState == OMX_StateLoaded)) ||
199 ((currentState == OMX_StateIdle) && (destState == OMX_StateInvalid)) ||
200 ((currentState
[all...]
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp2165 CameraAdapter::AdapterState currentState = getState(); local
2167 switch (currentState) {
H A DCameraHal.cpp2102 CameraAdapter::AdapterState currentState; local
2113 currentState = mCameraAdapter->getState();
2114 if (currentState == CameraAdapter::VIDEO_CAPTURE_STATE) {
/hardware/ril/reference-ril/
H A Dreference-ril.c164 static RIL_RadioState currentState();
180 currentState,
2348 currentState() function

Completed in 81 milliseconds