BMemoryHeap Class Reference
[Binder]

#include <support/Memory.h>

Inheritance diagram for BMemoryHeap:

BnMemoryHeap BnInterface< IMemoryHeap > IMemoryHeap BBinder IInterface IBinder SAtom SAtom List of all members.

Detailed Description

A simple IMemoryHeap implementation.


Public Member Functions

 BMemoryHeap (int32_t area, void *basePtr)
virtual void * HeapBase () const
virtual int32_t HeapID () const
virtual ~BMemoryHeap ()


Constructor & Destructor Documentation

BMemoryHeap int32_t  area,
void *  basePtr
 

~BMemoryHeap  )  [virtual]
 


Member Function Documentation

void * HeapBase  )  const [virtual]
 

Returns the mapped base address (Linux shim) of this heap

Implements IMemoryHeap.

int32_t HeapID  )  const [virtual]
 

Returns the area_id (Linux shim) of this heap

Implements IMemoryHeap.


The documentation for this class was generated from the following files: