Searched refs:READ_ONLY (Results 1 - 18 of 18) sorted by relevance

/frameworks/native/include/binder/
H A DMemoryHeapBase.h34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator in enum:android::MemoryHeapBase::__anon1599
H A DIMemory.h39 READ_ONLY = 0x00000001 enumerator in enum:android::IMemoryHeap::__anon1593
/frameworks/native/libs/binder/include/binder/
H A DMemoryHeapBase.h34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator in enum:android::MemoryHeapBase::__anon1711
H A DIMemory.h39 READ_ONLY = 0x00000001 enumerator in enum:android::IMemoryHeap::__anon1705
/frameworks/support/compat/java/android/support/v4/graphics/
H A DTypefaceCompatUtil.java84 return channel.map(FileChannel.MapMode.READ_ONLY, 0, size);
101 return channel.map(FileChannel.MapMode.READ_ONLY, 0, size);
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Work.h40 READ_ONLY, ///< parameter is read-only and cannot be set enumerator in enum:android::C2SettingResult::Failure
/frameworks/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java105 mMappedByteBuffer = file.getChannel().map(MapMode.READ_ONLY, 0, mSize);
/frameworks/base/graphics/java/android/graphics/
H A DFontFamily.java100 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize);
H A DTypeface.java585 ByteBuffer buffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, size);
898 fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize);
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp53 if (flags & READ_ONLY) {
H A DIMemory.cpp333 if (!(flags & READ_ONLY)) {
/frameworks/base/core/java/android/text/
H A DHyphenator.java146 MappedByteBuffer buf = fc.map(FileChannel.MapMode.READ_ONLY, 0, fc.size());
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderRaw.java114 MappedByteBuffer mbb = inputStream.getChannel().map(FileChannel.MapMode.READ_ONLY,
H A DLoaderDicom.java150 mMappedByteBuffer = f.getChannel().map(MapMode.READ_ONLY, 0, mFileLen = f.length());
/frameworks/base/core/java/android/provider/
H A DFontsContract.java667 buffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, size);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp171 MemoryHeapBase::READ_ONLY);
H A DThreads.cpp5964 "RecordThreadRO", MemoryHeapBase::READ_ONLY))
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 611 milliseconds