/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
D | SampleChunk.java | 160 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
|
D | RecordingSampleBuffer.java | 169 mSampleChunkIoHelper.openRead(index, mCurrentPlaybackPositionUs); in selectTrack() 260 mSampleChunkIoHelper.openRead(i, positionUs); in seekTo()
|
D | SampleChunkIoHelper.java | 269 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/ |
D | SampleChunk.java | 177 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
|
D | RecordingSampleBuffer.java | 167 mSampleChunkIoHelper.openRead(index, mCurrentPlaybackPositionUs); in selectTrack() 260 mSampleChunkIoHelper.openRead(i, positionUs); in seekTo()
|
D | SampleChunkIoHelper.java | 313 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/ |
D | SipProfileDb.java | 169 ois = new ObjectInputStream(atomicFile.openRead()); in deserialize()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarUxRestrictionsManagerService.java | 532 new InputStreamReader(configFile.openRead(), StandardCharsets.UTF_8))) { in readPersistedConfig() 576 new InputStreamReader(configFile.openRead(), StandardCharsets.UTF_8))) { in readFileSchemaVersion()
|
D | CarLocationService.java | 374 try (FileInputStream fis = atomicFile.openRead()) { in readLocationFromCacheFile()
|
/packages/modules/ExtServices/src/android/ext/services/notification/ |
D | Assistant.java | 142 infile = mFile.openRead(); in loadFile()
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | RegisteredServicesCache.java | 337 fis = mDynamicSettingsFile.openRead(); in readDynamicSettingsLocked()
|
D | RegisteredNfcFServicesCache.java | 400 fis = mDynamicSystemCodeNfcid2File.openRead(); in readDynamicSystemCodeNfcid2Locked()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 1329 is = mAtomicFile.openRead(); in read()
|