Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DLoader.cpp139 int Loader::driver_t::set(void* hnd, int32_t api) in set() argument
143 dso[0] = hnd; in set()
146 dso[1] = hnd; in set()
149 dso[2] = hnd; in set()
231 driver_t* hnd = (driver_t*)cnx->dso; in unload_system_driver() local
232 if (hnd->dso[2]) { in unload_system_driver()
233 do_android_unload_sphal_library(hnd->dso[2]); in unload_system_driver()
235 if (hnd->dso[1]) { in unload_system_driver()
236 do_android_unload_sphal_library(hnd->dso[1]); in unload_system_driver()
238 if (hnd->dso[0]) { in unload_system_driver()
[all …]
DLoader.h40 int set(void* hnd, int32_t api);