Home
last modified time | relevance | path

Searched refs:getDeviceByPathLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DEventHub.h419 Device* getDeviceByPathLocked(const char* devicePath) const;
DEventHub.cpp731 EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const { in getDeviceByPathLocked() function in android::EventHub
1606 Device* device = getDeviceByPathLocked(devicePath); in closeDeviceByPathLocked()