Home
last modified time | relevance | path

Searched defs:logger (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/scripts/
Dlist_hal_vts.py42 logger = logging.getLogger(__name__) variable
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_logger.h45 static void Set(DRMLogger *logger) { s_instance = logger; } in Set()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_logger.h45 static void Set(DRMLogger *logger) { s_instance = logger; } in Set()
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_logger.h45 static void Set(DRMLogger *logger) { s_instance = logger; } in Set()
/hardware/google/aemu/host-common/
Dlogging.cpp93 gfxstream_logger_t logger = in OutputLog() local
/hardware/google/gfxstream/host/
DRenderLibImpl.cpp47 void RenderLibImpl::setLogger(emugl_logger_struct logger) { in setLogger()
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp421 ThroughputLogger logger = {__func__}; in sendAndCheckHCI() local
475 ThroughputLogger logger = {__func__}; in sendAndCheckSCO() local
518 ThroughputLogger logger = {__func__}; in sendAndCheckACL() local
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp433 ThroughputLogger logger = {__func__}; in sendAndCheckHCI() local
487 ThroughputLogger logger = {__func__}; in sendAndCheckSCO() local
530 ThroughputLogger logger = {__func__}; in sendAndCheckACL() local
/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp525 ThroughputLogger logger{__func__}; in sendAndCheckHci() local
570 ThroughputLogger logger{__func__}; in sendAndCheckSco() local
602 ThroughputLogger logger{__func__}; in sendAndCheckAcl() local
/hardware/google/aemu/base/
DHealthMonitor_unittest.cpp84 MockLogger logger; member in emugl::HealthMonitorTest