Searched refs:hnd (Results 1 – 2 of 2) sorted by relevance
109 int Loader::driver_t::set(void* hnd, int32_t api) in set() argument113 dso[0] = hnd; in set()116 dso[1] = hnd; in set()119 dso[2] = hnd; in set()233 driver_t* hnd = (driver_t*)cnx->dso; in unload_system_driver() local234 if (hnd->dso[2]) { in unload_system_driver()235 do_android_unload_sphal_library(hnd->dso[2]); in unload_system_driver()237 if (hnd->dso[1]) { in unload_system_driver()238 do_android_unload_sphal_library(hnd->dso[1]); in unload_system_driver()240 if (hnd->dso[0]) { in unload_system_driver()[all …]
43 int set(void* hnd, int32_t api);