Searched refs:stopMsg (Results 1 – 1 of 1) sorted by relevance
165 final Message stopMsg = mHandler.obtainMessage(CMD_STOP_CAPTURE, ifaceName); in startCapture() local166 mHandler.sendMessageDelayed(stopMsg, maxCaptureTimeMs); in startCapture()