Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DVideoFrameScheduler.h62 nsecs_t getPeriod() const;
/frameworks/native/services/surfaceflinger/
DDispSync.h102 nsecs_t getPeriod();
DDispSync.cpp528 nsecs_t DispSync::getPeriod() { in getPeriod() function in android::DispSync
DSurfaceFlinger.cpp385 auto period = mDispSync->getPeriod(); in setPhaseOffset()
654 stats->vsyncPeriod = mPrimaryDispSync.getPeriod(); in getDisplayStats()
1202 nsecs_t period = mPrimaryDispSync.getPeriod(); in postComposition()
DSurfaceFlinger_hwc1.cpp382 auto period = mDispSync->getPeriod(); in setPhaseOffset()
678 stats->vsyncPeriod = mPrimaryDispSync.getPeriod(); in getDisplayStats()
1115 nsecs_t period = mPrimaryDispSync.getPeriod(); in postComposition()
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp319 nsecs_t VideoFrameScheduler::PLL::getPeriod() const { in getPeriod() function in android::VideoFrameScheduler::PLL
390 nsecs_t videoPeriod = mPll.getPeriod(); in getFrameRate()
/frameworks/base/services/core/jni/
Dcom_android_server_location_FlpHardwareProvider.cpp351 jmethodID getPeriod = env->GetMethodID( in TranslateFromObject() local
356 batchOptions.period_ns = env->CallLongMethod(batchOptionsObject, getPeriod); in TranslateFromObject()