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