Searched defs:Writer (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/nbaio/
H A DNBLog.h32 class Writer;
54 friend class Writer;
84 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
97 friend class Writer;
108 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
109 // calling Writer methods. If you need multi-thread safety for writing, use LockedWriter.
110 class Writer : public RefBase { class in class:android::NBLog
112 Writer(); // dummy nop implementation without shared memory
113 Writer(size_t size, void *shared);
114 Writer(size_
[all...]
/frameworks/av/media/libnbaio/
H A DNBLog.cpp74 NBLog::Writer::Writer() function in class:android::NBLog::Writer
79 NBLog::Writer::Writer(size_t size, void *shared) function in class:android::NBLog::Writer
84 NBLog::Writer::Writer(size_t size, const sp<IMemory>& iMemory) function in class:android::NBLog::Writer
90 void NBLog::Writer::log(const char *string)
102 void NBLog::Writer::logf(const char *fmt, ...)
109 Writer::logvf(fmt, ap); // the Writer
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java75 public interface Writer { interface in class:FileRotator
83 public interface Rewriter extends Reader, Writer {
188 public void combineActive(final Reader reader, final Writer writer, long currentTimeMillis)
373 private static void writeFile(File file, Writer writer) throws IOException {

Completed in 108 milliseconds