Home
last modified time | relevance | path

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

/libnativehelper/include_platform/nativehelper/
DJniInvocation.h95 impl_ = JniInvocationCreate(); in JniInvocation()
99 JniInvocationDestroy(impl_); in ~JniInvocation()
107 return JniInvocationInit(impl_, library) != 0; in Init()
122 JniInvocationImpl* impl_; variable