Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:formattedTime

523     char formattedTime[64];
524 strftime(formattedTime, sizeof(formattedTime), "%m-%d %H:%M:%S", localtime(&now));
525 return String8(formattedTime);