Searched refs:HandleDevice (Results 1 – 2 of 2) sorted by relevance
/system/core/init/ |
D | devices.h | 130 void HandleDevice(const std::string& action, const std::string& devpath, bool block, int major,
|
D | devices.cpp | 406 void DeviceHandler::HandleDevice(const std::string& action, const std::string& devpath, bool block, in HandleDevice() function in android::init::DeviceHandler 505 HandleDevice(uevent.action, devpath, block, uevent.major, uevent.minor, links); in HandleUevent()
|