Home
last modified time | relevance | path

Searched refs:GetDriverWithCallMsg (Results 1 – 2 of 2) sorted by relevance

/test/vts/drivers/hal/common/include/driver_manager/
DVtsHalDriverManager.h134 DriverBase* GetDriverWithCallMsg(const FunctionCallMessage& call_msg);
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp104 DriverBase* driver = GetDriverWithCallMsg(*call_msg); in CallFunction()
177 DriverBase* driver = GetDriverWithCallMsg(*call_msg); in GetAttribute()
357 DriverBase* VtsHalDriverManager::GetDriverWithCallMsg( in GetDriverWithCallMsg() function in android::vts::VtsHalDriverManager