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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp63 static const uint32_t kMaxTimeLimitSec = 180; // 3 minutes variable
80 static uint32_t gTimeLimitSec = kMaxTimeLimitSec;
937 if (gTimeLimitSec == 0 || gTimeLimitSec > kMaxTimeLimitSec) {
940 gTimeLimitSec, kMaxTimeLimitSec);

Completed in 58 milliseconds