Searched refs:sInstantId (Results 1 – 2 of 2) sorted by relevance
47 private static int sInstantId = 0; field in DvrRecorder66 mSegmentId = (sInstantId & 0x0000ffff) << 16; in DvrRecorder()67 sInstantId++; in DvrRecorder()
85 private static int sInstantId = 0; field in DvrPlayback103 mSegmentId = (sInstantId & 0x0000ffff) << 16; in DvrPlayback()104 sInstantId++; in DvrPlayback()