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()
212 LOC_LOGE("Unexpected event RELEASED in state %d", mState); in processAgpsEventReleased()
247 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventReleased()
253 switch (mState){ in processAgpsEventDenied()
256 LOC_LOGE("Unexpected event DENIED in state %d", mState); in processAgpsEventDenied()
289 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventDenied()
394 this, mState, newState); in transitionState()
396 mState = newState; in transitionState()
531 if(event == AGPS_EVENT_RELEASED && mState == AGPS_STATE_PENDING){ in processAgpsEvent()