Searched refs:m_handle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_emoji_EmojiFactory.cpp25 void *m_handle; member in class:android::EmojiFactoryCaller
32 m_handle = dlopen("libemoji.so", RTLD_LAZY | RTLD_LOCAL);
34 if (m_handle == NULL) {
41 dlsym(m_handle, "GetImplementation"));
49 dlsym(m_handle,"GetAvailableImplementation"));
64 if (m_handle != NULL) {
65 dlclose(m_handle);
66 m_handle = NULL;
72 if (m_handle) {
73 dlclose(m_handle);
[all...]

Completed in 23 milliseconds