Searched refs:driver_handle_ (Results 1 – 2 of 2) sorted by relevance
137 auto hal_loader = (loader_func)Dlsym(driver_handle_, function_name.c_str()); in LoadInterface()141 auto hal_loader = (loader_func)Dlsym(driver_handle_, function_name.c_str()); in LoadInterface()162 driver_handle_ = Dlopen(driver_name); in Init()
76 void *driver_handle_; variable