Home
last modified time | relevance | path

Searched refs:highPriority (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DBackgroundExecutor.cpp34 void set_thread_priority(bool highPriority) { in set_thread_priority() argument
35 set_sched_policy(0, highPriority ? SP_FOREGROUND : SP_BACKGROUND); in set_thread_priority()
37 param.sched_priority = highPriority ? 2 : 0 /* must be 0 for non-RT */; in set_thread_priority()
38 sched_setscheduler(gettid(), highPriority ? SCHED_FIFO : SCHED_NORMAL, &param); in set_thread_priority()
43 BackgroundExecutor::BackgroundExecutor(bool highPriority) { in BackgroundExecutor() argument
48 mThread = std::thread([&, highPriority]() { in BackgroundExecutor()
49 set_thread_priority(highPriority); in BackgroundExecutor()
61 if (highPriority) { in BackgroundExecutor()
DBackgroundExecutor.h49 BackgroundExecutor(bool highPriority);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DHighPriorityProviderTest.java293 private NotificationEntry createNotifEntry(boolean highPriority) { in createNotifEntry() argument
295 .setImportance(highPriority ? IMPORTANCE_HIGH : IMPORTANCE_MIN) in createNotifEntry()
/frameworks/base/core/java/android/app/
DNotification.java5061 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { in setFullScreenIntent() argument
5063 setFlag(FLAG_HIGH_PRIORITY, highPriority); in setFullScreenIntent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...