Searched refs:getChannel (Results 1 – 15 of 15) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | VideoUtils.java | 86 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/ |
D | DictDecoder.java | 161 buffer = inStream.getChannel().map(FileChannel.MapMode.READ_ONLY, in getDictionaryBuffer() 217 buffer = raFile.getChannel().map(FileChannel.MapMode.READ_WRITE, 0, file.length()); in getDictionaryBuffer()
|
D | BinaryDictDecoderUtils.java | 604 final ByteBuffer buffer = inStream.getChannel().map( in isBinaryDictionary()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreference.java | 115 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/ |
D | UsabilityStudyLogUtils.java | 218 final FileChannel src = srcStream.getChannel(); in emailResearcherLogsAll() 219 final FileChannel dest = destStream.getChannel(); in emailResearcherLogsAll()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | UpdateHandler.java | 691 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/ |
D | MediaModel.java | 239 mSize = (int) f.getChannel().size(); in initMediaSize()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BlobCache.java | 271 mIndexChannel = mIndexFile.getChannel(); in loadIndex()
|
/packages/apps/Mms/src/com/android/mms/util/ |
D | BlobCache.java | 270 mIndexChannel = mIndexFile.getChannel(); in loadIndex()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
D | ImportVCardActivity.java | 392 outputChannel = context.openFileOutput(filename, Context.MODE_PRIVATE).getChannel(); in copyTo()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
D | ResearchLogger.java | 591 channel = new FileInputStream(mUserRecordingFile).getChannel(); in sendFeedback()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
|
/packages/apps/Mms/src/com/android/mms/exif/ |
D | ExifInterface.java | 1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifInterface.java | 1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
|