Searched refs:highPriority (Results 1 – 5 of 5) sorted by relevance
34 void set_thread_priority(bool highPriority) { in set_thread_priority() argument35 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, ¶m); in set_thread_priority()43 BackgroundExecutor::BackgroundExecutor(bool highPriority) { in BackgroundExecutor() argument48 mThread = std::thread([&, highPriority]() { in BackgroundExecutor()49 set_thread_priority(highPriority); in BackgroundExecutor()61 if (highPriority) { in BackgroundExecutor()
49 BackgroundExecutor(bool highPriority);
293 private NotificationEntry createNotifEntry(boolean highPriority) { in createNotifEntry() argument295 .setImportance(highPriority ? IMPORTANCE_HIGH : IMPORTANCE_MIN) in createNotifEntry()
5061 public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { in setFullScreenIntent() argument5063 setFlag(FLAG_HIGH_PRIORITY, highPriority); in setFullScreenIntent()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...