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

/frameworks/base/services/core/java/com/android/server/net/
H A DDelayedDiskWrite.java36 public interface Writer { interface in class:DelayedDiskWrite
40 public void write(final String filePath, final Writer w) {
62 private void doWrite(String filePath, Writer w) {
/frameworks/av/include/media/nbaio/
H A DNBLog.h34 class Writer;
56 friend class Writer;
86 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
101 friend class Writer;
112 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
113 // calling Writer methods. If you need multi-thread safety for writing, use LockedWriter.
114 class Writer : public RefBase { class in class:android::NBLog
116 Writer(); // dummy nop implementation without shared memory
120 Writer(size_t size, void *shared);
121 Writer(size_
[all...]
/frameworks/av/media/libnbaio/
H A DNBLog.cpp75 NBLog::Writer::Writer() function in class:android::NBLog::Writer
80 NBLog::Writer::Writer(size_t size, void *shared) function in class:android::NBLog::Writer
85 NBLog::Writer::Writer(size_t size, const sp<IMemory>& iMemory) function in class:android::NBLog::Writer
91 void NBLog::Writer::log(const char *string)
103 void NBLog::Writer::logf(const char *fmt, ...)
110 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)
378 private static void writeFile(File file, Writer writer) throws IOException {

Completed in 651 milliseconds