Searched refs:timeoutNsec (Results 1 – 1 of 1) sorted by relevance
95 nsecs_t timeoutNsec = (nsecs_t)timeoutUsec * 1000; in copyFrame() local96 int cc = mEventCond.waitRelative(mMutex, timeoutNsec); in copyFrame()