Home
last modified time | relevance | path

Searched refs:RecordPresentTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H A Dhdilayer_fuzzer.cpp124 hdiLayer->RecordPresentTime(timestamp); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h56 bool RecordPresentTime(int64_t timestamp);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayer_test.cpp143 HdiLayerTest::hdiLayer_->RecordPresentTime(0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp500 if (layer->RecordPresentTime(timestamp)) { in UpdateInfosAfterCommit()
H A Dhdi_layer.cpp628 bool HdiLayer::RecordPresentTime(int64_t timestamp) in RecordPresentTime() function in OHOS::Rosen::HdiLayer