Home
last modified time | relevance | path

Searched refs:limitInBytes (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DTunerSessionWorker.java864 long limitInBytes = mSource != null ? mSource.getLimit() : 0L; in handleMessage() local
871 (limitInBytes - mLastLimitInBytes) in handleMessage()
885 positionInBytes, limitInBytes)); in handleMessage()
890 && limitInBytes == mLastLimitInBytes) { in handleMessage()
901 mLastLimitInBytes = limitInBytes; in handleMessage()