Lines Matching refs:mState
43 this, event, mState); in processAgpsEvent()
74 switch (mState){ in processAgpsEventSubscribe()
112 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventSubscribe()
118 switch (mState){ in processAgpsEventUnsubscribe()
180 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventUnsubscribe()
186 switch (mState){ in processAgpsEventGranted()
191 LOC_LOGE("Unexpected event GRANTED in state %d", mState); in processAgpsEventGranted()
203 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventGranted()
209 switch (mState){ in processAgpsEventReleased()
250 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventReleased()
256 switch (mState){ in processAgpsEventDenied()
259 LOC_LOGE("Unexpected event DENIED in state %d", mState); in processAgpsEventDenied()
292 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventDenied()
397 this, mState, newState); in transitionState()
399 mState = newState; in transitionState()
534 if(event == AGPS_EVENT_RELEASED && mState == AGPS_STATE_PENDING){ in processAgpsEvent()