Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DMemoryHeapBase.h34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator
DIMemory.h39 READ_ONLY = 0x00000001 enumerator
/frameworks/av/media/libstagefright/codec2/include/
DC2Work.h40 READ_ONLY, ///< parameter is read-only and cannot be set 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.cpp53 if (flags & READ_ONLY) { in MemoryHeapBase()
DIMemory.cpp333 if (!(flags & READ_ONLY)) { in assertReallyMapped()
/frameworks/support/compat/java/android/support/v4/graphics/
DTypefaceCompatUtil.java77 return channel.map(FileChannel.MapMode.READ_ONLY, 0, size); in mmap()
/frameworks/base/graphics/java/android/graphics/
DFontFamily.java100 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in addFont()
DTypeface.java585 ByteBuffer buffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, size); in build()
898 fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in makeFamilyFromParsed()
/frameworks/support/emoji/core/src/android/support/text/emoji/
DFontRequestEmojiCompatConfig.java143 buffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fileChannel.size()); in run()
/frameworks/base/core/java/android/text/
DHyphenator.java146 MappedByteBuffer buf = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc.size()); in loadHyphenator()
/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.java667 buffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, size); in prepareFontData()
/frameworks/support/compat/java/android/support/v4/provider/
DFontsContractCompat.java620 buffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, size); in prepareFontData()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp172 MemoryHeapBase::READ_ONLY); in AudioFlinger()
DThreads.cpp5941 "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.txt57012 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
Dsystem-current.txt60920 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;