HomeSort by relevance Sort by last modified time
    Searched refs:mStatePtr (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.cpp 627 mStatePtr(new AgpsReleasedState(this)),mType(type),
637 mStatePtr->mPendingState = new AgpsPendingState(this);
638 mStatePtr->mAcquiredState = new AgpsAcquiredState(this);
639 mStatePtr->mReleasingState = new AgpsReleasingState(this);
642 mStatePtr->mAcquiredState->mReleasedState = mStatePtr;
643 mStatePtr->mAcquiredState->mPendingState = mStatePtr->mPendingState;
644 mStatePtr->mAcquiredState->mReleasingState = mStatePtr->mReleasingState
    [all...]
loc_eng_agps.h 192 AgpsState* mStatePtr;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.cpp 627 mStatePtr(new AgpsReleasedState(this)),mType(type),
637 mStatePtr->mPendingState = new AgpsPendingState(this);
638 mStatePtr->mAcquiredState = new AgpsAcquiredState(this);
639 mStatePtr->mReleasingState = new AgpsReleasingState(this);
642 mStatePtr->mAcquiredState->mReleasedState = mStatePtr;
643 mStatePtr->mAcquiredState->mPendingState = mStatePtr->mPendingState;
644 mStatePtr->mAcquiredState->mReleasingState = mStatePtr->mReleasingState
    [all...]
loc_eng_agps.h 192 AgpsState* mStatePtr;

Completed in 605 milliseconds