Searched refs:LoadTargetComponent (Results 1 – 5 of 5) sorted by relevance
40 bool LoadTargetComponent(const char* target_dll_path);
50 DriverId LoadTargetComponent(const string& dll_file_name,
45 DriverId VtsHalDriverManager::LoadTargetComponent( in LoadTargetComponent() function in android::vts::VtsHalDriverManager264 driver_id = LoadTargetComponent("", driver_lib_path, HAL_HIDL, 0, in GetDriverIdForHidlHalInterface()
128 if (!driver->LoadTargetComponent(dll_file_name.c_str())) { in GetLibDriver()
79 bool DriverBase::LoadTargetComponent(const char* target_dll_path) { in LoadTargetComponent() function in android::vts::DriverBase