Home
last modified time | relevance | path

Searched refs:LoadTargetComponent (Results 1 – 5 of 5) sorted by relevance

/test/vts/drivers/hal/common/include/driver_base/
DDriverBase.h40 bool LoadTargetComponent(const char* target_dll_path);
/test/vts/drivers/hal/common/include/driver_manager/
DVtsHalDriverManager.h50 DriverId LoadTargetComponent(const string& dll_file_name,
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp45 DriverId VtsHalDriverManager::LoadTargetComponent( in LoadTargetComponent() function in android::vts::VtsHalDriverManager
264 driver_id = LoadTargetComponent("", driver_lib_path, HAL_HIDL, 0, in GetDriverIdForHidlHalInterface()
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp128 if (!driver->LoadTargetComponent(dll_file_name.c_str())) { in GetLibDriver()
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp79 bool DriverBase::LoadTargetComponent(const char* target_dll_path) { in LoadTargetComponent() function in android::vts::DriverBase