Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJniInvocation.h42 impl_ = JniInvocationCreate(); in JniInvocation()
46 JniInvocationDestroy(impl_); in ~JniInvocation()
54 return JniInvocationInit(impl_, library) != 0; in Init()
72 JniInvocationImpl* impl_; variable