Searched refs:callbackWithId_ (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/composer/ |
H A D | vsync_receiver.h | 41 VSyncCallbackWithId callbackWithId_; member 55 vsyncCallbacksWithId_ = cb.callbackWithId_; in SetCallback()
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | vsync_station.h | 63 .callbackWithId_ = OnVsync,
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_receiver.cpp | 125 } else if (cb.callbackWithId_ != nullptr) { in HandleVsyncCallbacks() 126 cb.callbackWithId_(now, data[2], cb.userData_); // data[2] is vsyncId in HandleVsyncCallbacks()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | form_render_window.cpp | 84 frameCallback_.callbackWithId_ = onVsyncCallback_; in FormRenderWindow()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | vsync_station.cpp | 151 .userData_ = nullptr, .callbackWithId_ = task, in RequestVsync()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 92 callback.callbackWithId_(time, frameCount, callback.userData_); in RequestNextVSync()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 92 callback.callbackWithId_(time, frameCount, callback.userData_); in RequestNextVSync()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread.cpp | 257 .callbackWithId_ = [this](uint64_t timestamp, int64_t frameCount, in RequestNextVSync()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 2647 .callbackWithId_ = [this](uint64_t timestamp, uint64_t frameCount, void* data) { in RequestNextVSync()
|