summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-11-02 17:55:43 -0500
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-11-02 17:55:43 -0500
commitd4649b2f8ea8285a4eb3c47e87520c7835e6c672 (patch)
tree989351c280eca4db14de2ddc069bd03c230b0d5b /include
parent1d9246e8bb8de624e14c55dce57e93da18cfd7a8 (diff)
parentbaef6141a3239c7dd9bad0e2cd8a9ece5eef5a7e (diff)
downloadframeworks_base-d4649b2f8ea8285a4eb3c47e87520c7835e6c672.zip
frameworks_base-d4649b2f8ea8285a4eb3c47e87520c7835e6c672.tar.gz
frameworks_base-d4649b2f8ea8285a4eb3c47e87520c7835e6c672.tar.bz2
Merge change Ibaef6141 into eclair
* changes: libbinder: add a NO_CACHING flag to MemoryHeapBase
Diffstat (limited to 'include')
-rw-r--r--include/binder/MemoryHeapBase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/binder/MemoryHeapBase.h b/include/binder/MemoryHeapBase.h
index 435540e..d793c24 100644
--- a/include/binder/MemoryHeapBase.h
+++ b/include/binder/MemoryHeapBase.h
@@ -35,7 +35,8 @@ public:
MAP_ONCE = IMemoryHeap::MAP_ONCE,
// memory won't be mapped locally, but will be mapped in the remote
// process.
- DONT_MAP_LOCALLY = 0x00000100
+ DONT_MAP_LOCALLY = 0x00000100,
+ NO_CACHING = 0x00000200
};
/*