Home
last modified time | relevance | path

Searched refs:schedule_result (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncReactor.cpp99 auto const schedule_result = mRegistration.schedule(calculateWorkload(), mLastCallTime); in start() local
100 LOG_ALWAYS_FATAL_IF((schedule_result != ScheduleResult::Scheduled), in start()
101 "Error scheduling callback: rc %X", schedule_result); in start()
140 auto const schedule_result = mRegistration.schedule(calculateWorkload(), vsynctime); in callback() local
141 LOG_ALWAYS_FATAL_IF((schedule_result != ScheduleResult::Scheduled), in callback()
142 "Error rescheduling callback: rc %X", schedule_result); in callback()