Searched refs:READ_ONLY (Results 1 – 17 of 17) sorted by relevance
34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator
39 READ_ONLY = 0x00000001 enumerator
85 return channel.map(FileChannel.MapMode.READ_ONLY, 0, size); in mmap()105 return channel.map(FileChannel.MapMode.READ_ONLY, 0, size); in mmap()
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()
112 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in addFont()
587 ByteBuffer buffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, size); in build()957 return fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in mmap()
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()
675 buffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, size); in prepareFontData()
175 MemoryHeapBase::READ_ONLY); in AudioFlinger()
6244 "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;
61028 Ljava/nio/channels/FileChannel$MapMode;->READ_ONLY:Ljava/nio/channels/FileChannel$MapMode;
59662 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;