HomeSort by relevance Sort by last modified time
    Searched defs:BnMemory (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/include/binder/
IMemory.h 84 class BnMemory : public BnInterface<IMemory>
93 BnMemory();
95 virtual ~BnMemory();
  /frameworks/native/libs/binder/
IMemory.cpp 222 BnMemory::BnMemory() {
225 BnMemory::~BnMemory() {
228 status_t BnMemory::onTransact(

Completed in 274 milliseconds