Searched refs:logf (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libnbaio/include/ |
D | NBLog.h | 248 virtual void logf(const char *fmt, ...) __attribute__ ((format (printf, 2, 3))); 298 virtual void logf(const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 60 private final void logf(String fmt, Object... args) { in logf() method in PanelView 156 if (DEBUG) logf("peek to height=%.1f", mPeekHeight); in runPeekAnimation() 793 if (DEBUG) logf("setExpandedHeight(%.1f)", height); in setExpandedHeight() 926 if (DEBUG) logf("collapse: " + this); in collapse()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMath.cpp | 136 EXPORT_F32_FN_F32(logf)
|
/frameworks/av/media/libnbaio/ |
D | NBLog.cpp | 271 void NBLog::Writer::logf(const char *fmt, ...) in logf() function in android::NBLog::Writer 510 void NBLog::LockedWriter::logf(const char *fmt, ...) in logf() function in android::NBLog::LockedWriter
|