Searched refs:mExpectedBufferPeriod (Results 1 – 2 of 2) sorted by relevance
33 private final short mExpectedBufferPeriod; field in BufferCallbackTimes42 mExpectedBufferPeriod = (short) expectedBufferPeriod; in BufferCallbackTimes()58 mExpectedBufferPeriod = expectedBufferPeriod; in BufferCallbackTimes()63 if (!mExceededCapacity && callbackLength != mExpectedBufferPeriod in recordCallbackTime()64 && callbackLength != mExpectedBufferPeriod + 1) { in recordCallbackTime()98 return mExpectedBufferPeriod; in getExpectedBufferPeriod()134 out.putShort("mExpectedBufferPeriod", mExpectedBufferPeriod); in writeToParcel()144 mExpectedBufferPeriod = in.getShort("mExpectedBufferPeriod"); in BufferCallbackTimes()
48 private int mExpectedBufferPeriod = 0; field in BufferPeriod96 long delta = diffInNano - (long) mExpectedBufferPeriod * Constant.NANOS_PER_MILLI; in collectBufferPeriod()119 mExpectedBufferPeriod = 0; in resetRecord()128 mExpectedBufferPeriod = expectedBufferPeriod; in prepareMemberObjects()159 out.putInt("mExpectedBufferPeriod", mExpectedBufferPeriod); in writeToParcel()168 mExpectedBufferPeriod = in.getInt("mExpectedBufferPeriod"); in BufferPeriod()