Searched refs:maxRecords (Results 1 – 2 of 2) sorted by relevance
36 public BufferCallbackTimes(int maxRecords, int expectedBufferPeriod) { in BufferCallbackTimes() argument38 mTimeStamps = new int[maxRecords]; in BufferCallbackTimes()39 mCallbackDurations = new short[maxRecords]; in BufferCallbackTimes()
123 public void prepareMemberObjects(int maxRecords, int expectedBufferPeriod, in prepareMemberObjects() argument125 mCallbackTimes = new BufferCallbackTimes(maxRecords, expectedBufferPeriod); in prepareMemberObjects()