Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DSampleChunk.java160 void openRead(SampleChunk chunk, long offset) throws IOException { in openRead() method in SampleChunk.IoState
164 chunk.openRead(); in openRead()
193 next.openRead(); in read()
293 private void openRead() throws IOException { in openRead() method in SampleChunk
DRecordingSampleBuffer.java169 mSampleChunkIoHelper.openRead(index, mCurrentPlaybackPositionUs); in selectTrack()
260 mSampleChunkIoHelper.openRead(i, positionUs); in seekTo()
DSampleChunkIoHelper.java269 public void openRead(int index, long positionUs) { in openRead() method in SampleChunkIoHelper
406 mReadIoStates[index].openRead(readPosition.first, (long) readPosition.second); in doOpenRead()
492 mReadIoStates[index].openRead(readPosition.first, params.positionUs); in doUpdateIndex()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DSampleChunk.java177 void openRead(SampleChunk chunk, long offset) throws IOException { in openRead() method in SampleChunk.IoState
181 chunk.openRead(); in openRead()
210 next.openRead(); in read()
312 private void openRead() throws IOException { in openRead() method in SampleChunk
DRecordingSampleBuffer.java167 mSampleChunkIoHelper.openRead(index, mCurrentPlaybackPositionUs); in selectTrack()
260 mSampleChunkIoHelper.openRead(i, positionUs); in seekTo()
DSampleChunkIoHelper.java313 public void openRead(int index, long positionUs) { in openRead() method in SampleChunkIoHelper
451 mReadIoStates[index].openRead(readPosition.first, (long) readPosition.second); in doOpenRead()
537 mReadIoStates[index].openRead(readPosition.first, params.positionUs); in doUpdateIndex()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipProfileDb.java169 ois = new ObjectInputStream(atomicFile.openRead()); in deserialize()
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java532 new InputStreamReader(configFile.openRead(), StandardCharsets.UTF_8))) { in readPersistedConfig()
576 new InputStreamReader(configFile.openRead(), StandardCharsets.UTF_8))) { in readFileSchemaVersion()
DCarLocationService.java374 try (FileInputStream fis = atomicFile.openRead()) { in readLocationFromCacheFile()
/packages/modules/ExtServices/src/android/ext/services/notification/
DAssistant.java142 infile = mFile.openRead(); in loadFile()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java337 fis = mDynamicSettingsFile.openRead(); in readDynamicSettingsLocked()
DRegisteredNfcFServicesCache.java400 fis = mDynamicSystemCodeNfcid2File.openRead(); in readDynamicSystemCodeNfcid2Locked()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java1329 is = mAtomicFile.openRead(); in read()