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