Lines Matching refs:mState
44 this, event, mState); in processAgpsEvent()
75 switch (mState) { in processAgpsEventSubscribe()
105 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventSubscribe()
111 switch (mState) { in processAgpsEventUnsubscribe()
169 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventUnsubscribe()
175 switch (mState) { in processAgpsEventGranted()
180 LOC_LOGE("Unexpected event GRANTED in state %d", mState); in processAgpsEventGranted()
192 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventGranted()
198 switch (mState) { in processAgpsEventReleased()
239 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventReleased()
245 switch (mState) { in processAgpsEventDenied()
248 LOC_LOGE("Unexpected event DENIED in state %d", mState); in processAgpsEventDenied()
281 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventDenied()
385 this, mState, newState); in transitionState()
387 mState = newState; in transitionState()