Searched refs:DeviceHandler (Results 1 – 5 of 5) sorted by relevance
/system/core/init/ |
D | devices.cpp | 163 bool DeviceHandler::FindPlatformDevice(std::string path, std::string* platform_device_path) const { in FindPlatformDevice() 191 void DeviceHandler::FixupSysPermissions(const std::string& upath, in FixupSysPermissions() 209 std::tuple<mode_t, uid_t, gid_t> DeviceHandler::GetDevicePermissions( in GetDevicePermissions() 222 void DeviceHandler::MakeDevice(const std::string& path, bool block, int major, int minor, in MakeDevice() 299 std::vector<std::string> DeviceHandler::GetBlockDeviceSymlinks(const Uevent& uevent) const { in GetBlockDeviceSymlinks() 349 void DeviceHandler::HandleDevice(const std::string& action, const std::string& devpath, bool block, in HandleDevice() 375 void DeviceHandler::HandleDeviceEvent(const Uevent& uevent) { in HandleDeviceEvent() 423 DeviceHandler::DeviceHandler(std::vector<Permissions> dev_permissions, in DeviceHandler() function in android::init::DeviceHandler 433 DeviceHandler::DeviceHandler() in DeviceHandler() function in android::init::DeviceHandler 434 : DeviceHandler(std::vector<Permissions>{}, std::vector<SysfsPermissions>{}, in DeviceHandler()
|
D | ueventd.cpp | 108 ColdBoot(UeventListener& uevent_listener, DeviceHandler& device_handler) in ColdBoot() 123 DeviceHandler& device_handler_; 216 DeviceHandler CreateDeviceHandler() { in CreateDeviceHandler() 244 return DeviceHandler(std::move(dev_permissions), std::move(sysfs_permissions), in CreateDeviceHandler() 264 DeviceHandler device_handler = CreateDeviceHandler(); in ueventd_main()
|
D | devices.h | 99 class DeviceHandler { 103 DeviceHandler(); 104 DeviceHandler(std::vector<Permissions> dev_permissions, 107 ~DeviceHandler(){}; in ~DeviceHandler()
|
D | devices_test.cpp | 60 DeviceHandler device_handler_;
|
D | init_first_stage.cpp | 74 DeviceHandler device_handler_;
|