Searched refs:IoState (Results 1 – 4 of 4) sorted by relevance
74 private final SampleChunk.IoState[] mReadIoStates;75 private final SampleChunk.IoState[] mWriteIoStates;149 mReadIoStates = new SampleChunk.IoState[mTrackCount]; in SampleChunkIoHelper()150 mWriteIoStates = new SampleChunk.IoState[mTrackCount]; in SampleChunkIoHelper()161 mReadIoStates[i] = new SampleChunk.IoState(); in SampleChunkIoHelper()162 mWriteIoStates[i] = new SampleChunk.IoState(); in SampleChunkIoHelper()
126 public static class IoState { class in SampleChunk349 private boolean isReadFinished(IoState state) { in isReadFinished()353 private SampleHolder read(IoState state) throws IOException { in read()388 protected void write(SampleHolder sample, IoState state) throws IOException { in write()
338 SampleChunk.IoState.release(chunk, true); in release()486 SampleChunk.IoState.release(chunk, !mStorageManager.isPersistent()); in evictChunks()642 SampleChunk.IoState.release(toRelease, !mStorageManager.isPersistent()); in release()
51 protected void write(SampleHolder sample, IoState state) throws IOException { in write()