Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.cpp135 void* handle_; member
150 handle_(NULL), in JniInvocationImpl()
160 if (handle_ != NULL) { in ~JniInvocationImpl()
161 CloseLibrary(handle_); in ~JniInvocationImpl()
216 handle_ = OpenLibrary(library); in Init()
217 if (handle_ == NULL) { in Init()
231 handle_ = OpenLibrary(library); in Init()
232 if (handle_ == NULL) { in Init()
265 *pointer = GetSymbol(handle_, symbol); in FindSymbol()
268 CloseLibrary(handle_); in FindSymbol()
[all …]