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 D | rs_vsync_client_ohos.cpp | 52 .callbackWithId_ = OnVsync, in RequestNextVsync()
|
/foundation/window/window_manager/previewer/include/ |
H A D | vsync_station.h | 63 .callbackWithId_ = OnVsync,
|
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/ |
H A D | vsync_receiver.h | 40 VSyncCallbackWithId callbackWithId_;
member 54 vsyncCallbacksWithId_ = cb.callbackWithId_;
in SetCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | form_render_window.cpp | 88 frameCallback_.callbackWithId_ = onVsyncCallback_; in FormRenderWindow()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_receiver.cpp | 117 } 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 D | vsync_station.cpp | 151 .userData_ = nullptr, .callbackWithId_ = task, in RequestVsync()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread.cpp | 219 .callbackWithId_ = [this](uint64_t timestamp, int64_t frameCount, in RequestNextVSync()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 97 callback.callbackWithId_(time, frameCount, callback.userData_);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 97 callback.callbackWithId_(time, frameCount, callback.userData_);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 2681 .callbackWithId_ = [this](uint64_t timestamp, uint64_t frameCount, void* data) { in RequestNextVSync()
|
Completed in 13 milliseconds