Searched refs:READ_ONLY (Results 1 – 17 of 17) sorted by relevance
34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator
39 READ_ONLY = 0x00000001 enumerator
75 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in addFont()
306 fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in makeFamilyFromParsed()
105 mMappedByteBuffer = file.getChannel().map(MapMode.READ_ONLY, 0, mSize); in MemoryMappedFile_Delegate()
54 if (flags & READ_ONLY) { in MemoryHeapBase()
322 if (!(flags & READ_ONLY)) { in assertReallyMapped()
121 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()
197 MemoryHeapBase::READ_ONLY); in AudioFlinger()
5669 "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;
53354 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
53434 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
56711 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;