Searched refs:currentLowestPriority (Results 1 – 1 of 1) sorted by relevance
680 int currentLowestPriority = MAX_CLIENT_PRIORITY + 1; in requestFrontendInternal() local698 if (currentLowestPriority > priority) { in requestFrontendInternal()700 currentLowestPriority = priority; in requestFrontendInternal()754 int currentLowestPriority = MAX_CLIENT_PRIORITY + 1; in requestLnbInternal() local764 if (currentLowestPriority > priority) { in requestLnbInternal()766 currentLowestPriority = priority; in requestLnbInternal()812 int currentLowestPriority = MAX_CLIENT_PRIORITY + 1; in requestCasSessionInternal() local822 if (currentLowestPriority > priority) { in requestCasSessionInternal()824 currentLowestPriority = priority; in requestCasSessionInternal()871 if (currentLowestPriority > priority) { in requestCiCamInternal()[all …]