Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DMemoryHeapBase.h34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator
DIMemory.h39 READ_ONLY = 0x00000001 enumerator
/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.cpp308 if (!(flags & READ_ONLY)) { in assertReallyMapped()
/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.cpp191 MemoryHeapBase::READ_ONLY); in AudioFlinger()
DThreads.cpp5465 "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/base/api/
Dcurrent.txt46660 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
Dsystem-current.txt49266 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;