Searched refs:readAt (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/
H A Dproguard.flags37 int readAt(long, byte[], int, int);
/packages/apps/TV/src/com/android/tv/tuner/source/
H A DFileTsStreamer.java113 int ret = mTsStreamer.readAt(mStartBufferedPosition + mLastReadPosition.get(), buffer,
357 public int readAt(long pos, byte[] buffer, int offset, int amount) throws IOException { method in class:FileTsStreamer
H A DTunerTsStreamer.java108 int ret = mTsStreamer.readAt(mStartBufferedPosition + mLastReadPosition.get(), buffer,
375 public int readAt(long pos, byte[] buffer, int offset, int amount) throws IOException { method in class:TunerTsStreamer

Completed in 66 milliseconds