Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h406 Device* getDeviceByPathLocked(const char* devicePath) const;
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp813 EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const { in getDeviceByPathLocked() function in android::EventHub
1728 Device* device = getDeviceByPathLocked(devicePath); in closeDeviceByPathLocked()