Searched refs:SetPendingMode (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_backend.cpp | 137 void HdiBackend::SetPendingMode(const OutputPtr &output, int64_t period, int64_t timestamp) in SetPendingMode() function in OHOS::Rosen::HdiBackend 143 output->SetPendingMode(period, timestamp); in SetPendingMode()
|
H A D | hdi_output.cpp | 656 void HdiOutput::SetPendingMode(int64_t period, int64_t timestamp) in SetPendingMode() function in OHOS::Rosen::HdiOutput 664 CreateVSyncGenerator()->SetPendingMode(period, timestamp); in SetPendingMode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_generator.h | 73 virtual void SetPendingMode(int64_t period, int64_t timestamp) = 0; 111 void SetPendingMode(int64_t period, int64_t timestamp) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_backend.h | 63 void SetPendingMode(const OutputPtr &output, int64_t period, int64_t timestamp);
|
H A D | hdi_output.h | 91 void SetPendingMode(int64_t period, int64_t timestamp);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_hardware_thread.cpp | 440 hdiBackend_->SetPendingMode(output, pendingPeriod, pendingTimestamp); in PerformSetActiveMode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_generator.cpp | 919 void VSyncGenerator::SetPendingMode(int64_t period, int64_t timestamp) in SetPendingMode() function in OHOS::Rosen::impl::VSyncGenerator
|