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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp64 static const uint32_t kMaxTimeLimitSec = 180; // 3 minutes variable
82 static uint32_t gTimeLimitSec = kMaxTimeLimitSec;
944 if (gTimeLimitSec == 0 || gTimeLimitSec > kMaxTimeLimitSec) {
947 gTimeLimitSec, kMaxTimeLimitSec);

Completed in 128 milliseconds