Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp319 VsyncPeriodNanos vsyncPeriodNanos; in TEST_P() local
321 mComposerClient->getDisplayVsyncPeriod(mInvalidDisplayId, &vsyncPeriodNanos)); in TEST_P()
345 VsyncPeriodNanos vsyncPeriodNanos; in TEST_P() local
349 vsyncPeriodNanos = 0; in TEST_P()
351 mComposerClient->getDisplayVsyncPeriod(display.get(), &vsyncPeriodNanos)); in TEST_P()
353 } while (vsyncPeriodNanos != expectedVsyncPeriodNanos && retryCount > 0); in TEST_P()
355 EXPECT_EQ(vsyncPeriodNanos, expectedVsyncPeriodNanos); in TEST_P()
362 vsyncPeriodNanos = 0; in TEST_P()
364 mComposerClient->getDisplayVsyncPeriod(display.get(), &vsyncPeriodNanos)); in TEST_P()
365 EXPECT_EQ(vsyncPeriodNanos, expectedVsyncPeriodNanos); in TEST_P()
[all …]
/hardware/interfaces/graphics/composer/2.4/
DIComposerCallback.hal31 * @param vsyncPeriodNanos is the display vsync period in nanoseconds i.e. the next onVsync_2_4
32 * is expected to be called vsyncPeriodNanos nanoseconds after this call.
34 oneway onVsync_2_4(Display display, int64_t timestamp, VsyncPeriodNanos vsyncPeriodNanos);
DIComposerClient.hal231 * @return vsyncPeriodNanos is the current vsync period of the display.
234 generates (Error error, VsyncPeriodNanos vsyncPeriodNanos);
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DGraphicsComposerCallback.h52 Return<void> onVsync_2_4(Display display, int64_t, VsyncPeriodNanos vsyncPeriodNanos) override;
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerClient.h84 VsyncPeriodNanos vsyncPeriodNanos) override { in onVsync_2_4() argument
85 auto ret = mCallback->onVsync_2_4(display, timestamp, vsyncPeriodNanos); in onVsync_2_4()
DComposerHal.h49 VsyncPeriodNanos vsyncPeriodNanos) = 0;
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h352 int64_t timestamp, hwc2_vsync_period_t vsyncPeriodNanos) { in vsync_2_4_Hook() argument
354 hal->mEventCallback_2_4->onVsync_2_4(display, timestamp, vsyncPeriodNanos); in vsync_2_4_Hook()