Searched refs:hnd (Results 1 – 2 of 2) sorted by relevance
139 int Loader::driver_t::set(void* hnd, int32_t api) in set() argument143 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() local232 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 …]
40 int set(void* hnd, int32_t api);