Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 13 of 13) sorted by relevance

/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp75 void wfn() { LOG(DEBUG) << "debug"; } in wfn()
77 void ffn() { LOG(DEBUG) << "debug"; } in ffn()
82 LOG(DEBUG) << "Skip loading " << target_dll_path; in LoadTargetComponent()
89 LOG(DEBUG) << "Loaded the target"; in LoadTargetComponent()
91 LOG(DEBUG) << "Loaded a non-legacy HAL file."; in LoadTargetComponent()
94 LOG(DEBUG) << "Target DLL path " << target_dll_path_; in LoadTargetComponent()
104 LOG(DEBUG) << "Module file name: " << component_filename_; in LoadTargetComponent()
106 LOG(DEBUG) << "Target_dll_path " << target_dll_path_; in LoadTargetComponent()
110 LOG(DEBUG) << "gcov init " << target_loader_.GcovInit(wfn, ffn); in LoadTargetComponent()
117 LOG(DEBUG) << "Fuzzing target component: " in Fuzz()
[all …]
DDriverCallbackBase.cpp40 LOG(DEBUG) << "type = " << message.type(); in Register()
52 LOG(DEBUG) << "map[" << func_pt.function_name() << "] = " << func_pt.id(); in Register()
60 LOG(DEBUG) << "GetCallbackID for " << name << "returns '" in GetCallbackID()
68 LOG(DEBUG) << " id = '" << message.id() << "'"; in RpcCallToAgent()
70 LOG(DEBUG) << "Abort callback forwarding."; in RpcCallToAgent()
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp67 LOG(DEBUG) << "Checking a file " << ent->d_name; in FindComponentSpecification()
114 LOG(DEBUG) << "Loaded target comp"; in GetDriver()
148 LOG(DEBUG) << "Add a job " << func_msg.name(); in GetFuzzerBaseAndAddAllFunctionsToQueue()
174 LOG(DEBUG) << "Got Hidl Hal driver"; in GetHidlHalDriver()
199 LOG(DEBUG) << "Loaded target comp"; in GetHidlHalDriver()
210 LOG(DEBUG) << "DLL loaded " << driver_lib_path; in LoadDriver()
218 LOG(DEBUG) << "Function found; trying to call."; in LoadDriver()
235 LOG(DEBUG) << "DLL loaded " << driver_lib_path; in LoadDriverWithInterfacePointer()
DDllLoader.cpp47 LOG(DEBUG) << "DLL loaded " << file_path; in Load()
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DNfc.driver.cpp26 LOG(DEBUG) << "hw_binder_proxy_ = " << hw_binder_proxy_.get(); in GetService()
154 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
168 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
183 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
192 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
201 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
210 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
219 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
DTestMsgQ.driver.cpp46 LOG(DEBUG) << "hw_binder_proxy_ = " << hw_binder_proxy_.get(); in GetService()
231 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
245 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
265 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
277 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
289 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
301 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
313 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
321 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
331 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
DBar.driver.cpp42 LOG(DEBUG) << "hw_binder_proxy_ = " << hw_binder_proxy_.get(); in GetService()
672 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
690 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
698 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
716 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
730 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
747 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
764 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
784 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
792 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
[all …]
DMemoryTest.driver.cpp26 LOG(DEBUG) << "hw_binder_proxy_ = " << hw_binder_proxy_.get(); in GetService()
147 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
178 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
186 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
215 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
221 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
DNfcClientCallback.driver.cpp26 LOG(DEBUG) << "hw_binder_proxy_ = " << hw_binder_proxy_.get(); in GetService()
100 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
111 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
/test/vts/drivers/libdrivercomm/
DVtsDriverCommUtil.cpp43 LOG(DEBUG) << "Connect socket: " << socket_name; in Connect()
90 LOG(DEBUG) << "[agent->driver] len = " << message.length(); in VtsSocketSendBytes()
124 LOG(DEBUG) << "ERROR reading the length ret = " << ret in VtsSocketRecvBytes()
180 LOG(DEBUG) << "ERROR message string zero length."; in VtsSocketRecvMessage()
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp51 LOG(DEBUG) << "dll_file_name = " << dll_file_name; in LoadTargetComponent()
77 LOG(DEBUG) << "driver lib path " << driver_lib_path; in LoadTargetComponent()
120 LOG(DEBUG) << "Call Function " << api->name(); in CallFunction()
142 LOG(DEBUG) << "Called function " << api->name(); in CallFunction()
191 LOG(DEBUG) << "Get Atrribute " << api->name() << " parent_path(" in GetAttribute()
236 LOG(DEBUG) << "Found driver info with id: " << id; in GetDriverById()
246 LOG(DEBUG) << "Found driver info with id: " << id; in GetDriverPointerById()
344 LOG(DEBUG) << "Found hidl hal driver with id: " << it->first; in FindDriverIdInternal()
349 LOG(DEBUG) << "Found shared lib driver with id: " << it->first; in FindDriverIdInternal()
396 LOG(DEBUG) << "Return type: " << func_msg->return_type().type(); in ProcessFuncResultsForLibrary()
/test/vts/hals/light/bullhead/
Dlights.c18 #define DEBUG 1 macro
154 #if DEBUG in set_light_locked()
/test/vts/runners/host/
Dlogger.py39 "DEBUG": logging.DEBUG,
151 log.setLevel(logging.DEBUG)