Searched refs:mWatchedPaths (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/modules/input/evdev/
H A DInputHub.h223 std::unordered_map<int, std::string> mWatchedPaths; member in class:android::InputHub
H A DInputHub.cpp505 mWatchedPaths[wd] = path;
512 for (auto pair : mWatchedPaths) {
522 mWatchedPaths.erase(wd);
698 std::string path = mWatchedPaths[event->wd];

Completed in 8 milliseconds