Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DMemoryHeapBase.h34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator
DIMemory.h39 READ_ONLY = 0x00000001 enumerator
/frameworks/base/graphics/java/android/graphics/
DFontFamily.java75 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in addFont()
DTypeface.java306 fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in makeFamilyFromParsed()
/frameworks/base/tools/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.cpp54 if (flags & READ_ONLY) { in MemoryHeapBase()
DIMemory.cpp322 if (!(flags & READ_ONLY)) { in assertReallyMapped()
/frameworks/base/core/java/android/text/
DHyphenator.java121 MappedByteBuffer buf = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc.size()); in loadHyphenator()
/frameworks/rs/java/tests/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/av/services/audioflinger/
DAudioFlinger.cpp197 MemoryHeapBase::READ_ONLY); in AudioFlinger()
DThreads.cpp5669 "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/api/
Dcurrent.txt53354 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
Dtest-current.txt53434 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
Dsystem-current.txt56711 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;