Searched refs:nextState (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp267 AgpsState* nextState = this; local
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;; local
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState
423 AgpsState* nextState = this; local
516 AgpsState* nextState = this;; local
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp267 AgpsState* nextState = this; local
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;; local
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState
423 AgpsState* nextState = this; local
516 AgpsState* nextState = this;; local
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp267 AgpsState* nextState = this; local
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;; local
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState
423 AgpsState* nextState = this; local
516 AgpsState* nextState = this;; local
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp267 AgpsState* nextState = this; local
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;; local
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState
423 AgpsState* nextState = this; local
516 AgpsState* nextState = this;; local
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp267 AgpsState* nextState = this; local
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;; local
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState
423 AgpsState* nextState = this; local
516 AgpsState* nextState = this;; local
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp267 AgpsState* nextState = this; local
281 nextState = mPendingState;
306 whoami(), nextState->whoami(), event);
307 return nextState;
327 AgpsState* nextState = this;; local
355 nextState = mReleasedState;
361 nextState = mReleasingState;
371 nextState = mAcquiredState;
387 nextState = mReleasedState;
401 whoami(), nextState
423 AgpsState* nextState = this; local
516 AgpsState* nextState = this;; local
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXFocus.cpp419 BaseCameraAdapter::AdapterState state, nextState; local
421 BaseCameraAdapter::getNextState(nextState);
427 if( ((AF_ACTIVE & state ) != AF_ACTIVE) && ((AF_ACTIVE & nextState ) != AF_ACTIVE) )
831 BaseCameraAdapter::AdapterState nextState; local
832 BaseCameraAdapter::getNextState(nextState);
841 if (AF_ACTIVE & nextState) {
H A DOMX3A.cpp74 BaseCameraAdapter::AdapterState nextState; local
75 BaseCameraAdapter::getNextState(nextState);
90 (state & PREVIEW_ACTIVE) && !(nextState & CAPTURE_ACTIVE)) {
H A DOMXCameraAdapter.cpp3426 BaseCameraAdapter::AdapterState state, nextState; local
3428 BaseCameraAdapter::getNextState(nextState);
3580 ( (nextState & CAPTURE_ACTIVE) == 0 ) &&
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFocus.cpp392 BaseCameraAdapter::AdapterState state, nextState; local
394 BaseCameraAdapter::getNextState(nextState);
400 if( ((AF_ACTIVE & state ) != AF_ACTIVE) && ((AF_ACTIVE & nextState ) != AF_ACTIVE) )
794 BaseCameraAdapter::AdapterState nextState; local
795 BaseCameraAdapter::getNextState(nextState);
804 if (AF_ACTIVE & nextState) {
H A DOMX3A.cpp79 BaseCameraAdapter::AdapterState nextState; local
80 BaseCameraAdapter::getNextState(nextState);
95 (state & PREVIEW_ACTIVE) && !(nextState & CAPTURE_ACTIVE)) {
H A DOMXCameraAdapter.cpp2936 BaseCameraAdapter::AdapterState state, nextState; local
2938 BaseCameraAdapter::getNextState(nextState);
3068 ( (nextState & CAPTURE_ACTIVE) == 0 ) &&

Completed in 122 milliseconds