Home
last modified time | relevance | path

Searched refs:getChannel (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DVideoUtils.java86 Movie movie = MovieCreator.build(randomAccessFile.getChannel()); in startMuteUsingMp4Parser()
109 FileChannel fc = fos.getChannel(); in writeMovieIntoFile()
233 Movie movie = MovieCreator.build(randomAccessFile.getChannel()); in trimUsingMp4Parser()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DDictDecoder.java161 buffer = inStream.getChannel().map(FileChannel.MapMode.READ_ONLY, in getDictionaryBuffer()
217 buffer = raFile.getChannel().map(FileChannel.MapMode.READ_WRITE, 0, file.length()); in getDictionaryBuffer()
DBinaryDictDecoderUtils.java604 final ByteBuffer buffer = inStream.getChannel().map( in isBinaryDictionary()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java115 public int getChannel(BluetoothDevice remoteDevice, int uuid) { in getChannel() method in BluetoothOppPreference
140 if (channel != getChannel(remoteDevice, uuid)) { in setChannel()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DUsabilityStudyLogUtils.java218 final FileChannel src = srcStream.getChannel(); in emailResearcherLogsAll()
219 final FileChannel dest = destStream.getChannel(); in emailResearcherLogsAll()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java691 final FileChannel sourceChannel = ((FileInputStream) in).getChannel(); in copyFile()
692 final FileChannel destinationChannel = ((FileOutputStream) out).getChannel(); in copyFile()
/packages/apps/Mms/src/com/android/mms/model/
DMediaModel.java239 mSize = (int) f.getChannel().size(); in initMediaSize()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java271 mIndexChannel = mIndexFile.getChannel(); in loadIndex()
/packages/apps/Mms/src/com/android/mms/util/
DBlobCache.java270 mIndexChannel = mIndexFile.getChannel(); in loadIndex()
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DImportVCardActivity.java392 outputChannel = context.openFileOutput(filename, Context.MODE_PRIVATE).getChannel(); in copyTo()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
DResearchLogger.java591 channel = new FileInputStream(mUserRecordingFile).getChannel(); in sendFeedback()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
/packages/apps/Mms/src/com/android/mms/exif/
DExifInterface.java1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DExifInterface.java1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()