OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempPriority
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/libmediadrm/
DrmSessionManager.cpp
189
int
tempPriority
;
190
if (!mProcessInfo->getPriority(tempPid, &
tempPriority
)) {
196
priority =
tempPriority
;
198
if (
tempPriority
> priority) {
200
priority =
tempPriority
;
/frameworks/av/services/mediaresourcemanager/
ResourceManagerService.cpp
441
int
tempPriority
;
442
if (!mProcessInfo->getPriority(tempPid, &
tempPriority
)) {
447
if (pid == -1 ||
tempPriority
> priority) {
450
priority =
tempPriority
;
Completed in 188 milliseconds