Searched refs:getPeriod (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDispSync.h104 // The getPeriod method returns the current vsync period.
105 nsecs_t getPeriod();
H A DDispSync.cpp411 nsecs_t DispSync::getPeriod() { function in class:android::DispSync
H A DSurfaceFlinger.cpp619 stats->vsyncPeriod = mPrimaryDispSync.getPeriod();
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp283 jmethodID getPeriod = env->GetMethodID( local
288 batchOptions.period_ns = env->CallLongMethod(batchOptionsObject, getPeriod);

Completed in 456 milliseconds