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

/hardware/invensense/60xx/libsensors_iio/
H A 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/6515/libsensors_iio/
H A DSensorBase.h41 LOGV_IF(SensorBase::FUNC_ENTRY, \
63 static bool FUNC_ENTRY; /* log entry in all one-time functions */ member in class:SensorBase
H A DSensorBase.cpp39 bool SensorBase::FUNC_ENTRY = false; member in class:SensorBase
76 FUNC_ENTRY = true;
/hardware/invensense/65xx/libsensors_iio/
H A DSensorBase.h41 LOGV_IF(SensorBase::FUNC_ENTRY, \
63 static bool FUNC_ENTRY; /* log entry in all one-time functions */ member in class:SensorBase
H A DSensorBase.cpp39 bool SensorBase::FUNC_ENTRY = false; member in class:SensorBase
75 FUNC_ENTRY = true;

Completed in 100 milliseconds