Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDdmConnection.cpp56 void* libandroid_runtime_dso = dlopen("libandroid_runtime.so", RTLD_NOW); in start() local
57 ALOGE_IF(!libandroid_runtime_dso, "DdmConnection: %s", dlerror()); in start()
59 if (!libart_dso || !libandroid_runtime_dso) { in start()
70 dlsym(libandroid_runtime_dso, in start()
111 if (libandroid_runtime_dso) { in start()
112 dlclose(libandroid_runtime_dso); in start()