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

  /external/bsdiff/
logging.h 17 #define PLOG(severity) LogMessage(__FILE__, __LINE__, #severity, errno).stream()
19 // A temporarily scoped object used by LOG & PLOG.
  /build/kati/
log.h 50 #define PLOG(...) \
58 PLOG(__VA_ARGS__); \
  /external/perf_data_converter/src/quipper/mybase/base/
logging.h 82 class PLog : public Log {
84 PLog(LogLevel level, const char* level_str, const char* file, int line)
87 ~PLog() {
119 #define PLOG(level) logging::PLog(level, #level, __FILE__, __LINE__)
  /hardware/google/av/codec2/hidl/1.0/utils/
ComponentStore.cpp 40 #ifdef PLOG
41 #undef PLOG
421 PLOG(WARNING) << "debug -- dumping failed -- write()";
  /external/webrtc/webrtc/base/
logging.h 44 // Lastly, PLOG(sev, err) is an alias for LOG_ERR_EX.
351 #define PLOG(sev, err) \
  /system/core/base/include/android-base/
logging.h 35 // PLOG(ERROR) << "Write failed";
248 #define PLOG(severity) PLOG_TO(DEFAULT, severity)
250 // Behaves like PLOG, but logs to the specified log ID.
324 PLOG(FATAL) << #call << " failed for " << (what); \
  /frameworks/base/services/core/java/com/android/server/display/
BrightnessMappingStrategy.java 31 import com.android.server.display.utils.Plog;
50 private static final Plog PLOG = Plog.createSystemPlog(TAG);
292 PLOG.logCurve("unsmoothed curve", lux, brightness);
327 PLOG.logCurve("smoothed curve", lux, brightness);
372 PLOG.logCurve("unadjusted curve", newLux, newBrightness);
386 PLOG.logCurve("gamma adjusted curve", newLux, newBrightness);
394 PLOG.logCurve("gamma and user adjusted curve", newLux, newBrightness);
397 PLOG.logCurve("user adjusted curve", curve.first ,curve.second)
    [all...]
  /external/libchrome/base/
logging.h 125 // PLOG(ERROR) << "Couldn't do foo";
424 #define PLOG(severity) \
    [all...]

Completed in 307 milliseconds