Home | History | Annotate | Download | only in app

Lines Matching refs:addDuration

2838                 addDuration(state, other.mStats.getLong(ent, 0));
2865 void addDuration(int state, long dur) {
3142 addDuration(mCurState, dur);
3620 addDuration(SERVICE_RUN + (mRunState*SERVICE_COUNT), now - mRunStartTime);
3624 addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT),
3629 addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), now - mBoundStartTime);
3633 addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), now - mExecStartTime);
3643 addDuration(SERVICE_RUN + (mRunState*SERVICE_COUNT),
3672 addDuration(SERVICE_STARTED + (mStartedState*SERVICE_COUNT),
3698 addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT),
3716 addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), now - mExecStartTime);