Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h743 Device* getDeviceByPathLocked(const std::string& devicePath) const REQUIRES(mLock);
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1739 EventHub::Device* EventHub::getDeviceByPathLocked(const std::string& devicePath) const { in getDeviceByPathLocked() function in android::EventHub
2708 Device* device = getDeviceByPathLocked(devicePath); in closeDeviceByPathLocked()