Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h630 void closeVideoDeviceByPathLocked(const std::string& devicePath) REQUIRES(mLock);
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp2291 void EventHub::closeVideoDeviceByPathLocked(const std::string& devicePath) { in closeVideoDeviceByPathLocked() function in android::EventHub
2374 closeVideoDeviceByPathLocked(filename); in readNotifyLocked()