/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 89 …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/ |
D | IComposerClient.aidl | 89 …oneway void notifyExpectedPresent(long display, in android.hardware.graphics.composer3.ClockMonoto… in notifyExpectedPresent() method
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 914 oneway void notifyExpectedPresent( in notifyExpectedPresent() method
|
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplay.h | 86 int32_t notifyExpectedPresent(int64_t timestamp, int32_t frameIntervalNs) override;
|
D | ExynosPrimaryDisplay.cpp | 858 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/ |
D | VariableRefreshRateController.h | 82 int notifyExpectedPresent(int64_t timestamp, int32_t frameIntervalNs);
|
D | VariableRefreshRateController.cpp | 219 int VariableRefreshRateController::notifyExpectedPresent(int64_t timestamp, in notifyExpectedPresent() function in android::hardware::graphics::composer::VariableRefreshRateController
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerClient.h | 142 ndk::ScopedAStatus notifyExpectedPresent(int64_t display,
|
D | ComposerClient.cpp | 87 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/ |
D | VtsComposerClient.cpp | 345 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()
|
D | VtsComposerClient.h | 150 ScopedAStatus notifyExpectedPresent(int64_t display,
|
D | VtsHalGraphicsComposer3_TargetTest.cpp | 3117 mComposerClient->notifyExpectedPresent(displayId, expectedPresentTimestamp, in TEST_P() 3158 ->notifyExpectedPresent(displayId, expectedPresentTimestamp, in TEST_P()
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 144 virtual int32_t notifyExpectedPresent(int64_t display,
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 71 int32_t notifyExpectedPresent(int64_t display,
|
D | HalImpl.cpp | 522 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/ |
D | ExynosDisplay.h | 1363 virtual int32_t notifyExpectedPresent(int64_t __unused timestamp, in notifyExpectedPresent() function
|