Searched refs:mCarEvsServiceObj (Results 1 – 2 of 2) sorted by relevance
148 mCarEvsServiceObj(nullptr) { in EvsServiceContext()190 env->DeleteGlobalRef(mCarEvsServiceObj); in ~EvsServiceContext()216 if (!mCarEvsServiceObj) { in initialize()217 mCarEvsServiceObj = env->NewGlobalRef(thiz); in initialize()425 env->CallVoidMethod(mCarEvsServiceObj, mEventHandlerMethodId, in onNewEvent()488 env->CallVoidMethod(mCarEvsServiceObj, mFrameHandlerMethodId, bufferId, hwBuffer); in onNewFrame()523 env->CallVoidMethod(mCarEvsServiceObj, mDeathHandlerMethodId); in onEvsServiceDiedImpl()
193 jobject mCarEvsServiceObj; variable