Home
last modified time | relevance | path

Searched refs:callbackWithId_ (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_vsync_client_ohos.cpp52 .callbackWithId_ = OnVsync, in RequestNextVsync()
/foundation/window/window_manager/previewer/include/
H A Dvsync_station.h63 .callbackWithId_ = OnVsync,
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H A Dvsync_receiver.h40 VSyncCallbackWithId callbackWithId_; member
54 vsyncCallbacksWithId_ = cb.callbackWithId_; in SetCallback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dform_render_window.cpp88 frameCallback_.callbackWithId_ = onVsyncCallback_; in FormRenderWindow()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_receiver.cpp117 } else if (cb.callbackWithId_ != nullptr) { in HandleVsyncCallbacks()
118 cb.callbackWithId_(now, data[2], cb.userData_); // data[2] is vsyncId in HandleVsyncCallbacks()
/foundation/window/window_manager/wm/src/
H A Dvsync_station.cpp151 .userData_ = nullptr, .callbackWithId_ = task, in RequestVsync()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp219 .callbackWithId_ = [this](uint64_t timestamp, int64_t frameCount, in RequestNextVSync()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp97 callback.callbackWithId_(time, frameCount, callback.userData_);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp97 callback.callbackWithId_(time, frameCount, callback.userData_);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2681 .callbackWithId_ = [this](uint64_t timestamp, uint64_t frameCount, void* data) { in RequestNextVSync()

Completed in 13 milliseconds