Searched defs:Reader (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DEvent.java150 public static class Reader { class in class:Event
153 public Reader(InputStreamReader in) { method in class:Event.Reader
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java68 public interface Reader { interface in class:FileRotator
83 public interface Rewriter extends Reader, Writer {
188 public void combineActive(final Reader reader, final Writer writer, long currentTimeMillis)
285 public void readMatching(Reader reader, long matchStartMillis, long matchEndMillis)
368 private static void readFile(File file, Reader reader) throws IOException {
/frameworks/av/media/libnbaio/
H A DNBLog.cpp585 NBLog::Reader::Reader(const void *shared, size_t size) function in class:android::NBLog::Reader
595 NBLog::Reader::Reader(const sp<IMemory>& iMemory, size_t size) function in class:android::NBLog::Reader
596 : Reader(iMemory != 0 ? (Shared *) iMemory->pointer() : NULL, size)
601 NBLog::Reader::~Reader()
607 uint8_t *NBLog::Reader::findLastEntryOfType(uint8_t *front, uint8_t *back, uint8_t type) {
624 std::unique_ptr<NBLog::Reader::Snapshot> NBLog::Reader
[all...]
/frameworks/av/include/media/nbaio/
H A DNBLog.h38 class Reader;
136 // Reader that originated the entry
208 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
224 friend class Reader;
234 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
317 class Reader : public RefBase { class in class:android::NBLog
344 friend class Reader;
353 Reader(const void *shared, size_t size);
354 Reader(const sp<IMemory>& iMemory, size_t size);
356 virtual ~Reader();
[all...]
/frameworks/av/media/libnbaio/include/
H A DNBLog.h38 class Reader;
136 // Reader that originated the entry
208 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
224 friend class Reader;
234 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
317 class Reader : public RefBase { class in class:android::NBLog
344 friend class Reader;
353 Reader(const void *shared, size_t size);
354 Reader(const sp<IMemory>& iMemory, size_t size);
356 virtual ~Reader();
[all...]
/frameworks/compile/slang/
H A Dslang.cpp195 auto *Reader = mPCHContainerOperations->getReaderOrNull( local
197 clang::InitializePreprocessor(*mPP, getPreprocessorOpts(), *Reader, FEOpts);

Completed in 345 milliseconds