Home
last modified time | relevance | path

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

/hardware/invensense/60xx/libsensors_iio/
Dlocal_log_def.h10 #define FUNC_ENTRY (0) /* log entry in all one-time functions */ macro
45 LOGV_IF(FUNC_ENTRY, "Entering function '%s'", __PRETTY_FUNCTION__)
/hardware/invensense/65xx/libsensors_iio/
DSensorBase.h41 LOGV_IF(SensorBase::FUNC_ENTRY, \
63 static bool FUNC_ENTRY; /* log entry in all one-time functions */ variable
DSensorBase.cpp39 bool SensorBase::FUNC_ENTRY = false; member in SensorBase
75 FUNC_ENTRY = true; in SensorBase()
/hardware/invensense/6515/libsensors_iio/
DSensorBase.h41 LOGV_IF(SensorBase::FUNC_ENTRY, \
63 static bool FUNC_ENTRY; /* log entry in all one-time functions */ variable
DSensorBase.cpp39 bool SensorBase::FUNC_ENTRY = false; member in SensorBase
76 FUNC_ENTRY = true; in SensorBase()