Searched refs:Reader (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/base/core/java/android/se/omapi/
H A DSEService.java117 private final HashMap<String, Reader> mReaders = new HashMap<String, Reader>();
192 public @NonNull Reader[] getReaders() {
203 Reader[] readers = new Reader[readerNames.length];
208 mReaders.put(readerName, new Reader(this, readerName,
212 Log.e(TAG, "Error adding Reader: " + readerName, e);
233 for (Reader reader : mReaders.values()) {
264 * Obtain a Reader instance from the SecureElementService
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
H A DSession.java46 private final Reader mReader;
51 @NonNull Reader reader) {
63 * @return The Reader object.
65 public @NonNull Reader getReader() {
/frameworks/base/cmds/incident_helper/src/parsers/
H A DBatteryTypeParser.cpp29 Reader reader(in);
H A DKernelWakesParser.cpp29 Reader reader(in);
H A DEventLogTagsParser.cpp27 Reader reader(in);
H A DCpuFreqParser.cpp30 Reader reader(in);
H A DPageTypeInfoParser.cpp29 Reader reader(in);
/frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
H A DXmlPositionParser.kt21 import java.io.Reader
23 internal class XmlPositionParser(private val name: String, reader: Reader, val logger: NavLogger) {
/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/base/cmds/incident_helper/tests/
H A Dih_util_test.cpp155 TEST(IhUtilTest, Reader) {
160 Reader r(tf.fd);
177 Reader r(tf.fd);
189 Reader r(tf.fd);
201 Reader r(-123);
209 Reader r(1231432);
/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/base/libs/androidfw/
H A DZipUtils.cpp38 class FileReader : public zip_archive::Reader {
40 FileReader(FILE* fp) : Reader(), mFp(fp), mCurrentOffset(0) {
69 class FdReader : public zip_archive::Reader {
82 class BufferReader : public zip_archive::Reader {
84 BufferReader(const void* input, size_t inputSize) : 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/core/java/android/util/
H A DXml.java21 import java.io.Reader;
67 public static void parse(Reader in, ContentHandler contentHandler)
H A DJsonReader.java22 import java.io.Reader;
184 private final Reader in;
233 public JsonReader(Reader in) {
531 * Closes this JSON reader and the underlying {@link Reader}.
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteXmlPullParser.java25 import java.io.Reader;
41 void setInput(Reader in) throws XmlPullParserException, RemoteException;
/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 {
H A DTypedProperties.java20 import java.io.Reader;
28 * zero or more {@code Reader}s containing textual definitions and assignments.
35 * @param r The {@code Reader} that the {@code StreamTokenizer} will read from
38 static StreamTokenizer initTokenizer(Reader r) {
136 * @param r The {@code Reader} containing input data to parse
139 * @throws IOException if there is a problem reading from the {@code Reader}
141 static void parse(Reader r, Map<String, Object> map) throws ParseException, IOException {
347 * Loads zero or more properties from the specified Reader.
349 * the new Reader overrides or unsets earlier values for the
393 * @param r The Reader t
[all...]
/frameworks/av/services/medialog/
H A DMediaLogService.cpp61 sp<NBLog::Reader> reader(new NBLog::Reader(shared, size));
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DHid.java39 private final Event.Reader mReader;
72 mReader = new Event.Reader(new InputStreamReader(in, "UTF-8"));
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientTest.java27 import java.io.Reader;
96 Reader reader = new InputStreamReader(response.getEntity().getContent());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierKeyDownloadMgrTest.java40 import java.io.Reader;
161 Reader fRd = new BufferedReader(new InputStreamReader(certBytes));
185 Reader fRd = new BufferedReader(new InputStreamReader(certBytes));

Completed in 152 milliseconds

123