Home
last modified time | relevance | path

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

/system/core/init/
Dkeychords.h80 void GeteventOpenDevice(const std::string& device);
81 void GeteventOpenDevice();
Dkeychords.cpp197 void Keychords::GeteventOpenDevice(const std::string& device) { in GeteventOpenDevice() function in android::init::Keychords
239 GeteventOpenDevice(devname); in InotifyHandler()
249 void Keychords::GeteventOpenDevice() { in GeteventOpenDevice() function in android::init::Keychords
268 GeteventOpenDevice(devname); in GeteventOpenDevice()
289 if (entries_.size()) GeteventOpenDevice(); in Start()