HomeSort by relevance Sort by last modified time
    Searched defs:AshmemRegion (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_ashmem.h 13 class AshmemRegion {
15 AshmemRegion() : fd_(-1) {}
17 ~AshmemRegion() { Reset(-1); }
56 AshmemRegion(const AshmemRegion& other);
57 AshmemRegion& operator=(const AshmemRegion& other);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_ashmem.h 13 class AshmemRegion {
15 AshmemRegion() : fd_(-1) {}
17 ~AshmemRegion() { Reset(-1); }
56 AshmemRegion(const AshmemRegion& other);
57 AshmemRegion& operator=(const AshmemRegion& other);
  /external/chromium_org/base/memory/
discardable_memory_ashmem_allocator.cc 26 // its Allocate() method) that are dispatched to the AshmemRegion instances
28 // - AshmemRegion: manages allocations and destructions inside a single large
115 class AshmemRegion {
118 static scoped_ptr<AshmemRegion> Create(
126 return scoped_ptr<AshmemRegion>();
127 return make_scoped_ptr(new AshmemRegion(fd, size, base, allocator));
130 ~AshmemRegion() {
218 AshmemRegion(int fd,
418 DISALLOW_COPY_AND_ASSIGN(AshmemRegion);
444 DiscardableAshmemChunk::DiscardableAshmemChunk(AshmemRegion* ashmem_region
    [all...]

Completed in 330 milliseconds