Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:Writer

289     sp<NBLog::Writer>   newWriter_l(size_t size, const char *name);
290 void unregisterWriter(const sp<NBLog::Writer>& writer);
303 // When a log writer is unregistered, it is done lazily so that media.log can continue to see it
304 // for as long as possible. The memory is only freed when it is needed for another log writer.
305 Vector< sp<NBLog::Writer> > mUnregisteredWriters;