Searched defs:Writer (Results 1 - 5 of 5) 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) {
44 public void write(final String filePath, final Writer w, final boolean open) {
66 private void doWrite(String filePath, Writer w, boolean open) {
/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 {
/frameworks/av/media/libnbaio/
H A DNBLog.cpp218 NBLog::Writer::Writer() function in class:android::NBLog::Writer
223 NBLog::Writer::Writer(void *shared, size_t size) function in class:android::NBLog::Writer
245 NBLog::Writer::Writer(const sp<IMemory>& iMemory, size_t size) function in class:android::NBLog::Writer
246 : Writer(iMemory != 0 ? (Shared *) iMemory->pointer() : NULL, size)
251 NBLog::Writer::~Writer()
258 void NBLog::Writer
[all...]
/frameworks/av/include/media/nbaio/
H A DNBLog.h37 class Writer;
161 friend class Writer;
208 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
223 friend class Writer;
234 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
235 // calling Writer methods. If you need multi-thread safety for writing, use LockedWriter.
236 class Writer : public RefBase { class in class:android::NBLog
238 Writer(); // dummy nop implementation without shared memory
242 Writer(void *shared, size_t size);
243 Writer(cons
[all...]
/frameworks/av/media/libnbaio/include/
H A DNBLog.h37 class Writer;
161 friend class Writer;
208 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
223 friend class Writer;
234 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
235 // calling Writer methods. If you need multi-thread safety for writing, use LockedWriter.
236 class Writer : public RefBase { class in class:android::NBLog
238 Writer(); // dummy nop implementation without shared memory
242 Writer(void *shared, size_t size);
243 Writer(cons
[all...]

Completed in 5514 milliseconds