Home
last modified time | relevance | path

Searched defs:devicePath (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DTouchVideoDevice.cpp39 TouchVideoDevice::TouchVideoDevice(int fd, std::string&& name, std::string&& devicePath, in TouchVideoDevice()
48 std::unique_ptr<TouchVideoDevice> TouchVideoDevice::create(std::string devicePath) { in create()
DEventHub.cpp1189 status_t EventHub::openDeviceLocked(const char* devicePath) { in openDeviceLocked()
1514 void EventHub::openVideoDeviceLocked(const std::string& devicePath) { in openVideoDeviceLocked()
1720 void EventHub::closeDeviceByPathLocked(const char *devicePath) { in closeDeviceByPathLocked()
1734 void EventHub::closeVideoDeviceByPathLocked(const std::string& devicePath) { in closeVideoDeviceByPathLocked()
/frameworks/base/services/core/java/com/android/server/
DExtconUEventObserver.java77 String devicePath = extconInfo.getDevicePath(); in startObserving() local