Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.cpp138 void* handle_; member
153 handle_(NULL), in JniInvocationImpl()
163 if (handle_ != NULL) { in ~JniInvocationImpl()
164 CloseLibrary(handle_); in ~JniInvocationImpl()
219 handle_ = OpenLibrary(library); in Init()
220 if (handle_ == NULL) { in Init()
234 handle_ = OpenLibrary(library); in Init()
235 if (handle_ == NULL) { in Init()
268 *pointer = GetSymbol(handle_, symbol); in FindSymbol()
271 CloseLibrary(handle_); in FindSymbol()
[all …]