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

/frameworks/native/include/binder/
H A DMemoryHeapBase.h34 READ_ONLY = IMemoryHeap::READ_ONLY, enumerator in enum:android::MemoryHeapBase::__anon1234
H A DIMemory.h39 READ_ONLY = 0x00000001 enumerator in enum:android::IMemoryHeap::__anon1231
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java105 mMappedByteBuffer = file.getChannel().map(MapMode.READ_ONLY, 0, mSize);
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp54 if (flags & READ_ONLY) {
H A DIMemory.cpp307 if (!(flags & READ_ONLY)) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp188 mLogMemoryDealer = new MemoryDealer(kLogMemorySize, "LogWriters", MemoryHeapBase::READ_ONLY);
H A DThreads.cpp4944 "RecordThreadRO", MemoryHeapBase::READ_ONLY))

Completed in 82 milliseconds