Searched refs:hr (Results 1 – 3 of 3) sorted by relevance
64 private long getNextTime(long now, int hr, int min) { in getNextTime() argument65 final long time = getTime(now, hr, min); in getNextTime()
967 ActivityRecord hr = stack.topRunningActivityLocked(); in attachApplicationLocked() local968 if (hr != null) { in attachApplicationLocked()969 if (hr.app == null && app.uid == hr.info.applicationInfo.uid in attachApplicationLocked()970 && processName.equals(hr.processName)) { in attachApplicationLocked()972 if (realStartActivityLocked(hr, app, true, true)) { in attachApplicationLocked()977 + hr.intent.getComponent().flattenToShortString(), e); in attachApplicationLocked()
1686 int hr = surface->getVerticalResolution(); in eglQuerySurface() local1687 *value = (wr * EGL_DISPLAY_SCALING) / hr; in eglQuerySurface()