Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DMemoryHeapBase.h34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator
DIMemory.h39 READ_ONLY = 0x00000001 enumerator
/frameworks/native/libs/binder/include/binder/
DMemoryHeapBase.h34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator
DIMemory.h39 READ_ONLY = 0x00000001 enumerator
/frameworks/av/media/codec2/core/include/
DC2Work.h44 READ_ONLY, ///< parameter is read-only and cannot be set enumerator
/frameworks/base/graphics/java/android/graphics/fonts/
DFont.java113 mBuffer = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc.size()); in Builder()
141 mBuffer = fc.map(FileChannel.MapMode.READ_ONLY, offset, size); in Builder()
DSystemFonts.java106 return fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); 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.cpp346 if (!(flags & READ_ONLY)) { in assertReallyMapped()
/frameworks/base/graphics/java/android/graphics/
DFontFamily.java140 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in addFont()
/frameworks/base/core/tests/coretests/src/android/graphics/
DFontFileUtilTest.java80 return channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size()); 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/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp450 case C2SettingResult::READ_ONLY: in objcpy()
451 d->failure = SettingResult::Failure::READ_ONLY; in objcpy()
514 case SettingResult::Failure::READ_ONLY: in objcpy()
515 (*d)->failure = C2SettingResult::READ_ONLY; in objcpy()
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp287 EXPECT_EQ(C2SettingResult::READ_ONLY, failures[0]->failure); in configReadOnlyParam()
/frameworks/base/core/java/android/provider/
DFontsContract.java718 buffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, size); in prepareFontData()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp653 return C2SettingResult { C2SettingResult::READ_ONLY, { param }, { } }; in ReadOnly()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp199 MemoryHeapBase::READ_ONLY); in AudioFlinger()
DThreads.cpp6714 "RecordThreadRO", MemoryHeapBase::READ_ONLY)) in RecordThread()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt43895 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
/frameworks/base/non-updatable-api/
Dcurrent.txt64370 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;
/frameworks/base/api/
Dcurrent.txt64514 field public static final java.nio.channels.FileChannel.MapMode READ_ONLY;