Home
last modified time | relevance | path

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

/frameworks/av/services/medialog/
DMediaLogService.cpp51 if (mNamedReaders[i].reader()->isIMemory(shared)) { in unregisterWriter()
/frameworks/av/include/media/nbaio/
DNBLog.h185 bool isIMemory(const sp<IMemory>& iMemory) const;
/frameworks/av/media/libnbaio/
DNBLog.cpp448 bool NBLog::Reader::isIMemory(const sp<IMemory>& iMemory) const in isIMemory() function in android::NBLog::Reader