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()
176 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventUnsubscribe()
182 switch (mState) { in processAgpsEventGranted()
187 LOC_LOGE("Unexpected event GRANTED in state %d", mState); in processAgpsEventGranted()
199 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventGranted()
205 switch (mState) { in processAgpsEventReleased()
246 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventReleased()
252 switch (mState) { in processAgpsEventDenied()
255 LOC_LOGE("Unexpected event DENIED in state %d", mState); in processAgpsEventDenied()
288 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventDenied()
392 this, mState, newState); in transitionState()
394 mState = newState; in transitionState()
530 if (event == AGPS_EVENT_RELEASED && mState == AGPS_STATE_PENDING) { in processAgpsEvent()