Searched refs:setThreadPriorityController (Results 1 – 3 of 3) sorted by relevance
126 void setThreadPriorityController( in setThreadPriorityController() function in android::automotive::watchdog::internal::WatchdogInternalHandlerPeer128 mHandler->setThreadPriorityController(std::move(controller)); in setThreadPriorityController()153 peer.setThreadPriorityController(std::move(threadPriorityController)); in SetUp()
144 void setThreadPriorityController(std::unique_ptr<ThreadPriorityControllerInterface> controller);
457 void WatchdogInternalHandler::setThreadPriorityController( in setThreadPriorityController() function in android::automotive::watchdog::WatchdogInternalHandler