Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DIMemory.h108 class BnMemory : public BnInterface<IMemory>
118 BnMemory();
120 virtual ~BnMemory();
/frameworks/native/libs/binder/include/binder/
DIMemory.h108 class BnMemory : public BnInterface<IMemory>
118 BnMemory();
120 virtual ~BnMemory();
DMemoryBase.h29 class MemoryBase : public BnMemory
/frameworks/native/libs/binder/
DIMemory.cpp229 BnMemory::BnMemory() { in BnMemory() function in android::BnMemory
232 BnMemory::~BnMemory() { in ~BnMemory()
236 status_t BnMemory::onTransact( in onTransact()
/frameworks/av/media/utils/include/mediautils/
DSharedMemoryAllocator.h114 class ScopedAllocation : public BnMemory {