Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:startTimeMillis

2732         int64_t startTimeMillis = 0;
2744 if (startTimeMillis <= 0) {
2745 startTimeMillis = uptimeMillis();
2747 int64_t ellapsedTimeMillis = uptimeMillis() - startTimeMillis;