Searched refs:mReleasingState (Results 1 – 12 of 12) sorted by relevance
361 nextState = mReleasingState; in onRsrcEvent()460 nextState = mReleasingState; in onRsrcEvent()506 { mReleasingState = this; } in AgpsReleasingState()639 mStatePtr->mReleasingState = new AgpsReleasingState(this); in AgpsStateMachine()644 mStatePtr->mAcquiredState->mReleasingState = mStatePtr->mReleasingState; in AgpsStateMachine()649 mStatePtr->mPendingState->mReleasingState = mStatePtr->mReleasingState; in AgpsStateMachine()652 mStatePtr->mReleasingState->mReleasedState = mStatePtr; in AgpsStateMachine()653 mStatePtr->mReleasingState->mPendingState = mStatePtr->mPendingState; in AgpsStateMachine()654 mStatePtr->mReleasingState->mAcquiredState = mStatePtr->mAcquiredState; in AgpsStateMachine()667 AgpsState* releasingState = mStatePtr->mReleasingState; in ~AgpsStateMachine()
131 AgpsState* mReleasingState; variable138 mReleasingState(NULL) {} in AgpsState()