Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h752 bool hasDeviceWithDescriptorLocked(const std::string& descriptor) const REQUIRES(mLock);
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1589 while (hasDeviceWithDescriptorLocked(identifier.descriptor)) { in assignDescriptorLocked()
1716 bool EventHub::hasDeviceWithDescriptorLocked(const std::string& descriptor) const { in hasDeviceWithDescriptorLocked() function in android::EventHub