Searched refs:pBLStream (Results 1 – 1 of 1) sorted by relevance
70 BufLogStream *pBLStream = mStreams[id]; in write() local72 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() local84 if (pBLStream != nullptr) { in reset()85 delete pBLStream; in reset()86 pBLStream = nullptr; in reset()