Home
last modified time | relevance | path

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

12

/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp315 VsyncPeriodNanos vsyncPeriodNanos; in TEST_P() local
317 mComposerClient->getDisplayVsyncPeriod(mInvalidDisplayId, &vsyncPeriodNanos)); in TEST_P()
341 VsyncPeriodNanos vsyncPeriodNanos; in TEST_P() local
345 vsyncPeriodNanos = 0; in TEST_P()
347 mComposerClient->getDisplayVsyncPeriod(display.get(), &vsyncPeriodNanos)); in TEST_P()
349 } while (vsyncPeriodNanos != expectedVsyncPeriodNanos && retryCount > 0); in TEST_P()
351 EXPECT_EQ(vsyncPeriodNanos, expectedVsyncPeriodNanos); in TEST_P()
358 vsyncPeriodNanos = 0; in TEST_P()
360 mComposerClient->getDisplayVsyncPeriod(display.get(), &vsyncPeriodNanos)); in TEST_P()
361 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.hal229 * @return vsyncPeriodNanos is the current vsync period of the display.
232 generates (Error error, VsyncPeriodNanos vsyncPeriodNanos);
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DRefreshRateChangedDebugData.aidl38 int vsyncPeriodNanos;
DIComposerCallback.aidl40 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() argument
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DRefreshRateChangedDebugData.aidl29 int vsyncPeriodNanos;
DIComposerCallback.aidl80 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() argument
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DRefreshRateChangedDebugData.aidl38 int vsyncPeriodNanos;
DIComposerCallback.aidl43 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() argument
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DRefreshRateChangedDebugData.aidl38 int vsyncPeriodNanos;
DIComposerCallback.aidl43 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() argument
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DIComposerCallback.aidl40 oneway void onVsync(long display, long timestamp, int vsyncPeriodNanos); in onVsync() argument
/hardware/google/graphics/common/libhwc2.1/libvrr/interface/
DVariableRefreshRateInterface.h37 virtual void onVsync(int64_t timestamp, int32_t vsyncPeriodNanos) = 0;
/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/google/graphics/common/hwc3/impl/
DHalImpl.cpp75 int32_t vsyncPeriodNanos; in vsync() local
78 h2a::translate(hwcVsyncPeriodNanos, vsyncPeriodNanos); in vsync()
79 hal->getEventCallback()->onVsync(display, timestamp, vsyncPeriodNanos); in vsync()
115 int32_t vsyncPeriodNanos; in refreshRateChangedDebug() local
118 h2a::translate(hwcVsyncPeriodNanos, vsyncPeriodNanos); in refreshRateChangedDebug()
122 .vsyncPeriodNanos = vsyncPeriodNanos, in refreshRateChangedDebug()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp489 const auto& [status, vsyncPeriodNanos] = in TEST_P()
1438 const auto& [status, vsyncPeriodNanos] = in waitForVsyncPeriodChange()
1442 EXPECT_EQ(vsyncPeriodNanos, oldPeriodNanos); in waitForVsyncPeriodChange()
1443 } else if (vsyncPeriodNanos == newPeriodNanos) { in waitForVsyncPeriodChange()
1671 const auto& [vsyncPeriodNanosStatus, vsyncPeriodNanos] = in Test_setActiveConfigWithConstraints()
1674 EXPECT_EQ(vsyncPeriodNanos, vsyncPeriod2); in Test_setActiveConfigWithConstraints()
2508 int32_t vsyncPeriodNanos; in TEST_P() local
2516 vsyncPeriodNanos = vsyncPeriodNanosValue; in TEST_P()
2518 } while (vsyncPeriodNanos != expectedVsyncPeriodNanos && retryCount > 0); in TEST_P()
2520 EXPECT_EQ(vsyncPeriodNanos, expectedVsyncPeriodNanos); in TEST_P()
[all …]
/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()
/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.h234 virtual void onVsync(int64_t timestamp, int32_t vsyncPeriodNanos) override;
/hardware/google/graphics/common/hwc3/
DComposerClient.h47 void onVsync(int64_t display, int64_t timestamp, int32_t vsyncPeriodNanos) override;
DComposerClient.cpp487 int32_t vsyncPeriodNanos) { in onVsync() argument
489 auto ret = mCallback->onVsync(display, timestamp, vsyncPeriodNanos); in onVsync()
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h109 virtual void onVsync(int64_t display, int64_t timestamp, int32_t vsyncPeriodNanos) = 0;
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h224 int64_t timestamp, VsyncPeriodNanos vsyncPeriodNanos);
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h1170 hwc2_display_t display, int64_t timestamp, hwc2_vsync_period_t vsyncPeriodNanos);

12