Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp108 class FrameCommitWrapper : public LightRefBase<FrameCommitWrapper> { class
110 explicit FrameCommitWrapper(JNIEnv* env, jobject jobject) { in FrameCommitWrapper() function in android::FrameCommitWrapper
116 ~FrameCommitWrapper() { releaseObject(); } in ~FrameCommitWrapper()
649 sp<FrameCommitWrapper> wrapper = new FrameCommitWrapper{env, callback}; in android_view_ThreadedRenderer_setFrameCommitCallback()