Home
last modified time | relevance | path

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

/system/core/init/
Dkeychords.cpp47 while (!registration_.empty()) GeteventCloseDevice(registration_.begin()->first); in ~Keychords()
198 if (registration_.count(device)) return; in GeteventOpenDevice()
207 registration_.emplace(device, fd); in GeteventOpenDevice()
212 auto it = registration_.find(device); in GeteventCloseDevice()
213 if (it == registration_.end()) return; in GeteventCloseDevice()
216 registration_.erase(it); in GeteventCloseDevice()
Dkeychords.h87 std::map<std::string, int> registration_; variable