Home
last modified time | relevance | path

Searched refs:BpMemory (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
DIMemory.cpp123 class BpMemory : public BpInterface<IMemory> class
126 BpMemory(const sp<IBinder>& impl);
127 virtual ~BpMemory();
170 BpMemory::BpMemory(const sp<IBinder>& impl) in BpMemory() function in android::BpMemory
175 BpMemory::~BpMemory() in ~BpMemory()
179 sp<IMemoryHeap> BpMemory::getMemory(ssize_t* offset, size_t* size) const in getMemory()