Home
last modified time | relevance | path

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

/test/vts/drivers/hal/server/
DBinderServer.cpp141 : driver_manager_(driver_manager), lib_path_(lib_path) {} in VtsFuzzerServer()
149 bool success = driver_manager_->LoadTargetComponent( in LoadHal()
170 return driver_manager_->CallFunction(call_msg); in Call()
176 driver_manager_->GetComponentSpecification(); in GetFunctions()
192 android::vts::VtsHalDriverManager* driver_manager_; member in android::vts::VtsFuzzerServer
DSocketServer.cpp50 int32_t driver_id = driver_manager_->LoadTargetComponent( in LoadHal()
63 driver_manager_->FindComponentSpecification( in ReadSpecification()
75 const string& result = driver_manager_->CallFunction(call_msg); in Call()
83 const string& result = driver_manager_->GetAttribute(call_msg); in GetAttribute()
90 driver_manager_->GetComponentSpecification(); in ListFunctions()
DSocketServer.h36 driver_manager_(driver_manager), in VtsDriverHalSocketServer()
69 android::vts::VtsHalDriverManager* driver_manager_;
/test/vts/drivers/hal/replayer/
DVtsHidlHalReplayer.h34 : driver_manager_(driver_manager) {} in VtsHidlHalReplayer()
45 VtsHalDriverManager* driver_manager_;
DVtsHidlHalReplayer.cpp143 int32_t driver_id = driver_manager_->GetDriverIdForHidlHalInterface( in ReplayTrace()
155 const string& result = driver_manager_->CallFunction(&func_call_msg); in ReplayTrace()
166 if (!driver_manager_->VerifyResults( in ReplayTrace()