Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.h130 void HandleDevice(const std::string& action, const std::string& devpath, bool block, int major,
Ddevices.cpp406 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()