Searched refs:getPeriod (Results 1 – 7 of 7) sorted by relevance
62 nsecs_t getPeriod() const;
102 nsecs_t getPeriod();
528 nsecs_t DispSync::getPeriod() { in getPeriod() function in android::DispSync
385 auto period = mDispSync->getPeriod(); in setPhaseOffset()654 stats->vsyncPeriod = mPrimaryDispSync.getPeriod(); in getDisplayStats()1202 nsecs_t period = mPrimaryDispSync.getPeriod(); in postComposition()
382 auto period = mDispSync->getPeriod(); in setPhaseOffset()678 stats->vsyncPeriod = mPrimaryDispSync.getPeriod(); in getDisplayStats()1115 nsecs_t period = mPrimaryDispSync.getPeriod(); in postComposition()
319 nsecs_t VideoFrameScheduler::PLL::getPeriod() const { in getPeriod() function in android::VideoFrameScheduler::PLL390 nsecs_t videoPeriod = mPll.getPeriod(); in getFrameRate()
351 jmethodID getPeriod = env->GetMethodID( in TranslateFromObject() local356 batchOptions.period_ns = env->CallLongMethod(batchOptionsObject, getPeriod); in TranslateFromObject()