Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h648 Device* getDeviceByPathLocked(const std::string& devicePath) const REQUIRES(mLock);
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1373 EventHub::Device* EventHub::getDeviceByPathLocked(const std::string& devicePath) const { in getDeviceByPathLocked() function in android::EventHub
2278 Device* device = getDeviceByPathLocked(devicePath); in closeDeviceByPathLocked()