HomeSort by relevance Sort by last modified time
    Searched refs:FUNC_ENTRY (Results 1 - 5 of 5) sorted by null

  /hardware/invensense/60xx/libsensors_iio/
local_log_def.h 10 #define FUNC_ENTRY (0) /* log entry in all one-time functions */
45 LOGV_IF(FUNC_ENTRY, "Entering function '%s'", __PRETTY_FUNCTION__)
  /hardware/invensense/6515/libsensors_iio/
SensorBase.h 41 LOGV_IF(SensorBase::FUNC_ENTRY, \
63 static bool FUNC_ENTRY; /* log entry in all one-time functions */
SensorBase.cpp 39 bool SensorBase::FUNC_ENTRY = false;
76 FUNC_ENTRY = true;
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 41 LOGV_IF(SensorBase::FUNC_ENTRY, \
63 static bool FUNC_ENTRY; /* log entry in all one-time functions */
SensorBase.cpp 39 bool SensorBase::FUNC_ENTRY = false;
75 FUNC_ENTRY = true;

Completed in 308 milliseconds