Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DVideoUtils.java85 RandomAccessFile randomAccessFile = new RandomAccessFile(src, "r"); in startMuteUsingMp4Parser() local
86 Movie movie = MovieCreator.build(randomAccessFile.getChannel()); in startMuteUsingMp4Parser()
98 randomAccessFile.close(); in startMuteUsingMp4Parser()
232 RandomAccessFile randomAccessFile = new RandomAccessFile(src, "r"); in trimUsingMp4Parser() local
233 Movie movie = MovieCreator.build(randomAccessFile.getChannel()); in trimUsingMp4Parser()
297 randomAccessFile.close(); in trimUsingMp4Parser()
/packages/apps/Dialer/java/com/android/dialer/persistentlog/
DPersistentLogFileHandler.java256 try (RandomAccessFile randomAccessFile = new RandomAccessFile(file, "r")) { in readAllBytes() argument
257 randomAccessFile.readFully(result); in readAllBytes()