Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f99498ee authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

CameraService: Use SCHED_FIFO for request queue thread in HFR

- Move SchedulingPolicyService from audioservice to mediautils

- When starting up a high speed stream config, set request queue thread
  to SCHED_FIFO using SchedulingPolicyService

Bug: 24227252
Change-Id: I224b59142bd111caf563779f55cddd62385b9bac
parent 8595eaab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
  BatteryNotifier.cpp \
  ISchedulingPolicyService.cpp \
  SchedulingPolicyService.cpp

LOCAL_SHARED_LIBRARIES := \
  libbinder \
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <binder/IServiceManager.h>
#include <utils/Mutex.h>
#include "ISchedulingPolicyService.h"
#include "SchedulingPolicyService.h"
#include "mediautils/SchedulingPolicyService.h"

namespace android {

Loading