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

/frameworks/base/core/java/android/se/omapi/
H A DReader.java40 public final class Reader { class
42 private static final String TAG = "OMAPI.Reader";
49 Reader(@NonNull SEService service, @NonNull String name, @NonNull ISecureElementReader reader) { method in class:Reader
/frameworks/base/cmds/incident_helper/src/
H A Dih_util.h106 * Reader class reads data from given fd in streaming fashion.
109 class Reader class
112 Reader(const int fd);
113 ~Reader();
H A Dih_util.cpp237 Reader::Reader(const int fd) function in class:Reader
243 Reader::~Reader()
248 bool Reader::readLine(std::string* line) {
264 bool Reader::ok(std::string* error) {
/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/libnblog/
H A DNBLog.cpp691 const std::set<NBLog::Event> NBLog::Reader::startingTypes {NBLog::Event::EVENT_START_FMT,
694 const std::set<NBLog::Event> NBLog::Reader::endingTypes {NBLog::Event::EVENT_END_FMT,
698 NBLog::Reader::Reader(const void *shared, size_t size) function in class:android::NBLog::Reader
708 NBLog::Reader::Reader(const sp<IMemory>& iMemory, size_t size) function in class:android::NBLog::Reader
709 : Reader(iMemory != 0 ? (Shared *) iMemory->pointer() : NULL, size)
714 NBLog::Reader::~Reader()
720 const uint8_t *NBLog::Reader
[all...]
/frameworks/av/include/media/nblog/
H A DNBLog.h47 class Reader;
152 // Reader that originated the entry
191 // Reader that originated the entry
294 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
310 friend class Reader;
320 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
409 class Reader : public RefBase { class in class:android::NBLog
436 friend class Reader;
445 Reader(const void *shared, size_t size);
446 Reader(cons
[all...]
/frameworks/av/media/libnblog/include/media/nblog/
H A DNBLog.h47 class Reader;
152 // Reader that originated the entry
191 // Reader that originated the entry
294 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
310 friend class Reader;
320 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
409 class Reader : public RefBase { class in class:android::NBLog
436 friend class Reader;
445 Reader(const void *shared, size_t size);
446 Reader(cons
[all...]
/frameworks/compile/slang/
H A Dslang.cpp192 auto *Reader = mPCHContainerOperations->getReaderOrNull( local
194 clang::InitializePreprocessor(*mPP, getPreprocessorOpts(), *Reader, FEOpts);

Completed in 185 milliseconds