Searched refs:READ_ONLY (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/include/binder/ |
D | MemoryHeapBase.h | 34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator
|
D | IMemory.h | 39 READ_ONLY = 0x00000001 enumerator
|
/frameworks/base/graphics/java/android/graphics/ |
D | FontFamily.java | 75 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in addFont()
|
D | Typeface.java | 306 fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in makeFamilyFromParsed()
|
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/ |
D | MemoryMappedFile_Delegate.java | 105 mMappedByteBuffer = file.getChannel().map(MapMode.READ_ONLY, 0, mSize); in MemoryMappedFile_Delegate()
|
/frameworks/native/libs/binder/ |
D | MemoryHeapBase.cpp | 54 if (flags & READ_ONLY) { in MemoryHeapBase()
|
D | IMemory.cpp | 322 if (!(flags & READ_ONLY)) { in assertReallyMapped()
|
/frameworks/base/core/java/android/text/ |
D | Hyphenator.java | 121 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/ |
D | LoaderRaw.java | 114 MappedByteBuffer mbb = inputStream.getChannel().map(FileChannel.MapMode.READ_ONLY, in buildRSVolume()
|
D | LoaderDicom.java | 150 mMappedByteBuffer = f.getChannel().map(MapMode.READ_ONLY, 0, mFileLen = f.length()); in read()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 197 MemoryHeapBase::READ_ONLY); in AudioFlinger()
|
D | Threads.cpp | 5669 "RecordThreadRO", MemoryHeapBase::READ_ONLY)) in RecordThread()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 43895 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
|
/frameworks/base/api/ |
D | current.txt | 53354 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
|
D | system-current.txt | 56711 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
|
D | test-current.txt | 53434 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
|