Searched refs:mSystemCallsInterface (Results 1 – 2 of 2) sorted by relevance
37 auto tidStatus = mSystemCallsInterface->readPidStatusFileForPid(tid); in checkPidTidUid()78 if (mSystemCallsInterface->setScheduler(tpid, policy, ¶m) != 0) { in setThreadPriority()94 int policy = mSystemCallsInterface->getScheduler(tpid); in getThreadPriority()101 int callResult = mSystemCallsInterface->getParam(tpid, ¶m); in getThreadPriority()
53 ThreadPriorityController() : mSystemCallsInterface(std::make_unique<SystemCalls>()) {} in ThreadPriorityController()56 mSystemCallsInterface(std::move(s)) {} in ThreadPriorityController()73 std::unique_ptr<SystemCallsInterface> mSystemCallsInterface; variable