Searched refs:onFrameCommit (Results 1 – 2 of 2) sorted by relevance
76 jmethodID onFrameCommit; member118 void onFrameCommit(bool didProduceBuffer) { in onFrameCommit() function in android::FrameCommitWrapper121 getenv(mVm)->CallVoidMethod(mObject, gFrameCommitCallback.onFrameCommit, in onFrameCommit()651 [wrapper](bool didProduceBuffer) { wrapper->onFrameCommit(didProduceBuffer); }); in android_view_ThreadedRenderer_setFrameCommitCallback()1022 gFrameCommitCallback.onFrameCommit = in register_android_view_ThreadedRenderer()
919 void onFrameCommit(boolean didProduceBuffer); in onFrameCommit() method