Searched refs:sInstantId (Results 1 – 2 of 2) sorted by relevance
49 private static int sInstantId = 0; field in DvrRecorder71 mSegmentId = (sInstantId & 0x0000ffff) << 16; in DvrRecorder()72 sInstantId++; in DvrRecorder()
87 private static int sInstantId = 0; field in DvrPlayback107 mSegmentId = (sInstantId & 0x0000ffff) << 16; in DvrPlayback()108 sInstantId++; in DvrPlayback()