Searched refs:mExpectedBufferPeriod (Results 1 – 2 of 2) sorted by relevance
32 private final short mExpectedBufferPeriod; field in BufferCallbackTimes41 mExpectedBufferPeriod = (short) expectedBufferPeriod; in BufferCallbackTimes()57 mExpectedBufferPeriod = expectedBufferPeriod; in BufferCallbackTimes()62 if (!mExceededCapacity && callbackLength != mExpectedBufferPeriod in recordCallbackTime()63 && callbackLength != mExpectedBufferPeriod + 1) { in recordCallbackTime()97 return mExpectedBufferPeriod; in getExpectedBufferPeriod()133 out.putShort("mExpectedBufferPeriod", mExpectedBufferPeriod); in writeToParcel()143 mExpectedBufferPeriod = in.getShort("mExpectedBufferPeriod"); in BufferCallbackTimes()
47 private int mExpectedBufferPeriod = 0; field in BufferPeriod95 long delta = diffInNano - (long) mExpectedBufferPeriod * Constant.NANOS_PER_MILLI; in collectBufferPeriod()118 mExpectedBufferPeriod = 0; in resetRecord()127 mExpectedBufferPeriod = expectedBufferPeriod; in prepareMemberObjects()158 out.putInt("mExpectedBufferPeriod", mExpectedBufferPeriod); in writeToParcel()167 mExpectedBufferPeriod = in.getInt("mExpectedBufferPeriod"); in BufferPeriod()