Searched refs:timeStr (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DBufLog.cpp129 char timeStr[16]; //size 16: format %Y%m%d%H%M%S 14 chars + string null terminator local
134 strftime(timeStr, sizeof(timeStr), "%Y%m%d%H%M%S", &tm);
136 snprintf(logPath, BUFLOG_MAX_PATH_SIZE, "%s/%s_%d_%s_%d_%d_%d.raw", BUFLOG_BASE_PATH, timeStr,
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp237 String8 timeStr(String8::format("%s f=%" PRId64 " (%zd)",
239 mTextRenderer.drawString(mTexProgram, Program::kIdentity, 0, 0, timeStr);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java2059 String timeStr;
2064 timeStr = String.format("%ds/%d%%",
2070 pw.printf(authorityFormat, name, timesStr, timeStr);
2089 timeStr = String.format("%ds/%d%%",
2095 pw.printf(accountFormat, stats.name, timesStr, timeStr);

Completed in 108 milliseconds