Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DIMemory.h84 class BnMemory : public BnInterface<IMemory>
93 BnMemory();
95 virtual ~BnMemory();
DMemoryBase.h30 class MemoryBase : public BnMemory
/frameworks/native/libs/binder/
DIMemory.cpp222 BnMemory::BnMemory() { in BnMemory() function in android::BnMemory
225 BnMemory::~BnMemory() { in ~BnMemory()
228 status_t BnMemory::onTransact( in onTransact()