HomeSort by relevance Sort by last modified time
    Searched defs:EXTRA_VERBOSE (Results 1 - 4 of 4) sorted by null

  /hardware/invensense/6515/libsensors_iio/
SensorBase.cpp 38 bool SensorBase::EXTRA_VERBOSE = false;
66 EXTRA_VERBOSE = true;
170 LOGV_IF(EXTRA_VERBOSE, "path open %s", devname);
177 LOGV_IF(EXTRA_VERBOSE, "name read %s", name);
SensorBase.h 59 static bool EXTRA_VERBOSE; /* verbose log messages */
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 37 bool SensorBase::EXTRA_VERBOSE = false;
64 EXTRA_VERBOSE = true;
167 LOGV_IF(EXTRA_VERBOSE, "path open %s", devname);
174 LOGV_IF(EXTRA_VERBOSE, "name read %s", name);
SensorBase.h 59 static bool EXTRA_VERBOSE; /* verbose log messages */

Completed in 433 milliseconds