Home | History | Annotate | Download | only in sensorservice

Lines Matching defs:param

131     struct sched_param param = {0};
132 param.sched_priority = SENSOR_SERVICE_SCHED_FIFO_PRIORITY;
133 if (sched_setscheduler(getTid(), SCHED_FIFO | SCHED_RESET_ON_FORK, &param) != 0) {