Searched defs:timeoutUsec (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp90 status_t FrameOutput::copyFrame(FILE* fp, long timeoutUsec, bool rawFrames) { argument
92 ALOGV("copyFrame %ld\n", timeoutUsec);
95 nsecs_t timeoutNsec = (nsecs_t)timeoutUsec * 1000;

Completed in 152 milliseconds