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

/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp114 static void* do_android_dlopen_ext(const char* path, int mode, const android_dlextinfo* info) { function in namespace:android
465 so = do_android_dlopen_ext(name.c_str(), RTLD_LOCAL | RTLD_NOW, &dlextinfo);

Completed in 375 milliseconds