Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp115 class FrameCommitWrapper : public LightRefBase<FrameCommitWrapper> { class
117 explicit FrameCommitWrapper(JNIEnv* env, jobject jobject) { in FrameCommitWrapper() function in android::FrameCommitWrapper
123 ~FrameCommitWrapper() { releaseObject(); } in ~FrameCommitWrapper()
645 sp<FrameCommitWrapper> wrapper = in android_view_ThreadedRenderer_setFrameCallback()
646 sp<FrameCommitWrapper>::make(env, frameCommitCallback.get()); in android_view_ThreadedRenderer_setFrameCallback()
658 sp<FrameCommitWrapper> wrapper = sp<FrameCommitWrapper>::make(env, callback); in android_view_ThreadedRenderer_setFrameCommitCallback()