Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DIMemory.h86 class BnMemory : public BnInterface<IMemory>
96 BnMemory();
98 virtual ~BnMemory();
DMemoryBase.h30 class MemoryBase : public BnMemory
/frameworks/native/libs/binder/
DIMemory.cpp226 BnMemory::BnMemory() { in BnMemory() function in android::BnMemory
229 BnMemory::~BnMemory() { in ~BnMemory()
233 status_t BnMemory::onTransact( in onTransact()