Home
last modified time | relevance | path

Searched refs:READ_ONLY (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DMemoryHeapBase.h34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator
DIMemory.h39 READ_ONLY = 0x00000001 enumerator
/frameworks/support/compat/src/main/java/androidx/core/graphics/
DTypefaceCompatUtil.java85 return channel.map(FileChannel.MapMode.READ_ONLY, 0, size); in mmap()
105 return channel.map(FileChannel.MapMode.READ_ONLY, 0, size); in mmap()
/frameworks/layoutlib/bridge/src/libcore/io/
DMemoryMappedFile_Delegate.java105 mMappedByteBuffer = file.getChannel().map(MapMode.READ_ONLY, 0, mSize); in MemoryMappedFile_Delegate()
/frameworks/native/libs/binder/
DMemoryHeapBase.cpp53 if (flags & READ_ONLY) { in MemoryHeapBase()
DIMemory.cpp333 if (!(flags & READ_ONLY)) { in assertReallyMapped()
/frameworks/base/graphics/java/android/graphics/
DFontFamily.java112 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in addFont()
DTypeface.java587 ByteBuffer buffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, size); in build()
957 return fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in mmap()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderRaw.java114 MappedByteBuffer mbb = inputStream.getChannel().map(FileChannel.MapMode.READ_ONLY, in buildRSVolume()
DLoaderDicom.java150 mMappedByteBuffer = f.getChannel().map(MapMode.READ_ONLY, 0, mFileLen = f.length()); in read()
/frameworks/base/core/java/android/provider/
DFontsContract.java675 buffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, size); in prepareFontData()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp175 MemoryHeapBase::READ_ONLY); in AudioFlinger()
DThreads.cpp6244 "RecordThreadRO", MemoryHeapBase::READ_ONLY)) in RecordThread()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt43895 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
/frameworks/base/config/
Dhiddenapi-public-dex.txt61028 Ljava/nio/channels/FileChannel$MapMode;->READ_ONLY:Ljava/nio/channels/FileChannel$MapMode;
/frameworks/base/api/
Dcurrent.txt59662 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;