Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/include/media/nblog/
DReader.h55 bool isIMemory(const sp<IMemory>& iMemory) const;
/frameworks/av/services/medialog/
DMediaLogService.cpp76 if (mDumpReaders[i]->isIMemory(shared)) { in unregisterWriter()
/frameworks/av/media/libnblog/
DReader.cpp157 bool Reader::isIMemory(const sp<IMemory>& iMemory) const in isIMemory() function in android::NBLog::Reader