Home
last modified time | relevance | path

Searched refs:InputSource (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tools/keventreader/server/
Dinputsource.cpp27 InputSource::kevent::kevent() { in kevent()
31 bool InputSource::kevent::isKeypress() const { in isKeypress()
35 bool InputSource::kevent::isKeydown() const { in isKeydown()
39 bool InputSource::kevent::isKeyup() const { in isKeyup()
43 InputSource::InputSource(const char* file) : mFilePath(file), mDescriptor(open(file, O_RDONLY)) {} in InputSource() function in InputSource
45 InputSource::operator bool() const { in operator bool()
49 int InputSource::descriptor() const { in descriptor()
53 std::optional<com::android::car::keventreader::KeypressEvent> InputSource::read() const { in read()
71 InputSource::~InputSource() { in ~InputSource()
Dinputsource.h25 class InputSource {
27 explicit InputSource(const char* file);
35 virtual ~InputSource();
Deventgatherer.h36 std::map<int, std::unique_ptr<InputSource>> mDevices;
Deventgatherer.cpp24 auto dev = std::make_unique<InputSource>(argv[i]); in EventGatherer()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
DXmlDoc.java35 import org.xml.sax.InputSource;
87 InputSource inputSource = new InputSource(new StringReader(responseBody)); in parseXmlResponse()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
DXMLParser.java20 import org.xml.sax.InputSource;
70 parser.parse(new InputSource(new StringReader(text)), this); in parse()
/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java38 import org.xml.sax.InputSource;
489 new InputSource(reader), XPathConstants.STRING);