Home
last modified time | relevance | path

Searched refs:notifyExpectedPresent (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DIComposerClient.aidl89 …oneway void notifyExpectedPresent(long display, in android.hardware.graphics.composer3.ClockMonoto… in notifyExpectedPresent() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DIComposerClient.aidl89 …oneway void notifyExpectedPresent(long display, in android.hardware.graphics.composer3.ClockMonoto… in notifyExpectedPresent() method
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl914 oneway void notifyExpectedPresent( in notifyExpectedPresent() method
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.h86 int32_t notifyExpectedPresent(int64_t timestamp, int32_t frameIntervalNs) override;
DExynosPrimaryDisplay.cpp858 int32_t ExynosPrimaryDisplay::notifyExpectedPresent(int64_t timestamp, int32_t frameIntervalNs) { in notifyExpectedPresent() function in ExynosPrimaryDisplay
860 mVariableRefreshRateController->notifyExpectedPresent(timestamp, frameIntervalNs); in notifyExpectedPresent()
/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.h82 int notifyExpectedPresent(int64_t timestamp, int32_t frameIntervalNs);
DVariableRefreshRateController.cpp219 int VariableRefreshRateController::notifyExpectedPresent(int64_t timestamp, in notifyExpectedPresent() function in android::hardware::graphics::composer::VariableRefreshRateController
/hardware/google/graphics/common/hwc3/
DComposerClient.h142 ndk::ScopedAStatus notifyExpectedPresent(int64_t display,
DComposerClient.cpp87 ndk::ScopedAStatus ComposerClient::notifyExpectedPresent( in notifyExpectedPresent() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient
91 auto err = mHal->notifyExpectedPresent(display, expectedPresentTime, frameIntervalNs); in notifyExpectedPresent()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsComposerClient.cpp345 ScopedAStatus VtsComposerClient::notifyExpectedPresent(int64_t display, in notifyExpectedPresent() function in aidl::android::hardware::graphics::composer3::vts::VtsComposerClient
348 return mComposerClient->notifyExpectedPresent(display, expectedPresentTime, frameIntervalNs); in notifyExpectedPresent()
DVtsComposerClient.h150 ScopedAStatus notifyExpectedPresent(int64_t display,
DVtsHalGraphicsComposer3_TargetTest.cpp3117 mComposerClient->notifyExpectedPresent(displayId, expectedPresentTimestamp, in TEST_P()
3158 ->notifyExpectedPresent(displayId, expectedPresentTimestamp, in TEST_P()
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h144 virtual int32_t notifyExpectedPresent(int64_t display,
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h71 int32_t notifyExpectedPresent(int64_t display,
DHalImpl.cpp522 int32_t HalImpl::notifyExpectedPresent(int64_t display, in notifyExpectedPresent() function in aidl::android::hardware::graphics::composer3::impl::HalImpl
529 halDisplay->notifyExpectedPresent(expectedPresentTime.timestampNanos, frameIntervalNs)); in notifyExpectedPresent()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1363 virtual int32_t notifyExpectedPresent(int64_t __unused timestamp, in notifyExpectedPresent() function