Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DLoader.cpp103 int Loader::driver_t::set(void* hnd, int32_t api) in set() argument
107 dso[0] = hnd; in set()
110 dso[1] = hnd; in set()
113 dso[2] = hnd; in set()
195 driver_t* hnd = (driver_t*)cnx->dso; in unload_system_driver() local
196 if (hnd->dso[2]) { in unload_system_driver()
197 do_android_unload_sphal_library(hnd->dso[2]); in unload_system_driver()
199 if (hnd->dso[1]) { in unload_system_driver()
200 do_android_unload_sphal_library(hnd->dso[1]); in unload_system_driver()
202 if (hnd->dso[0]) { in unload_system_driver()
[all …]
DLoader.h43 int set(void* hnd, int32_t api);