Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIMemory.cpp122 class BpMemory : public BpInterface<IMemory> class
125 BpMemory(const sp<IBinder>& impl);
126 virtual ~BpMemory();
169 BpMemory::BpMemory(const sp<IBinder>& impl) in BpMemory() function in android::BpMemory
174 BpMemory::~BpMemory() in ~BpMemory()
178 sp<IMemoryHeap> BpMemory::getMemory(ssize_t* offset, size_t* size) const in getMemory()