Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DBufLog.cpp70 BufLogStream *pBLStream = mStreams[id]; in write() local
72 if (pBLStream == nullptr) { in write()
73 pBLStream = mStreams[id] = new BufLogStream(id, tag, format, channels, in write()
77 return pBLStream->write(buf, size); in write()
83 for (auto &pBLStream : mStreams) { in reset() local
84 if (pBLStream != nullptr) { in reset()
85 delete pBLStream; in reset()
86 pBLStream = nullptr; in reset()