Searched refs:READ_ONLY (Results 1 – 21 of 21) sorted by relevance
34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator
39 READ_ONLY = 0x00000001 enumerator
40 READ_ONLY, ///< parameter is read-only and cannot be set enumerator
105 mMappedByteBuffer = file.getChannel().map(MapMode.READ_ONLY, 0, mSize); in MemoryMappedFile_Delegate()
53 if (flags & READ_ONLY) { in MemoryHeapBase()
333 if (!(flags & READ_ONLY)) { in assertReallyMapped()
77 return channel.map(FileChannel.MapMode.READ_ONLY, 0, size); in mmap()
100 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in addFont()
585 ByteBuffer buffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, size); in build()898 fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in makeFamilyFromParsed()
143 buffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fileChannel.size()); in run()
146 MappedByteBuffer buf = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc.size()); in loadHyphenator()
114 MappedByteBuffer mbb = inputStream.getChannel().map(FileChannel.MapMode.READ_ONLY, in buildRSVolume()
150 mMappedByteBuffer = f.getChannel().map(MapMode.READ_ONLY, 0, mFileLen = f.length()); in read()
667 buffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, size); in prepareFontData()
620 buffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, size); in prepareFontData()
172 MemoryHeapBase::READ_ONLY); in AudioFlinger()
5941 "RecordThreadRO", MemoryHeapBase::READ_ONLY)) in RecordThread()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
43895 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
57012 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
60920 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;