Lines Matching refs:DeviceHandler
185 bool DeviceHandler::FindPlatformDevice(std::string path, std::string* platform_device_path) const { in FindPlatformDevice()
214 void DeviceHandler::FixupSysPermissions(const std::string& upath, in FixupSysPermissions()
232 std::tuple<mode_t, uid_t, gid_t> DeviceHandler::GetDevicePermissions( in GetDevicePermissions()
245 void DeviceHandler::MakeDevice(const std::string& path, bool block, int major, int minor, in MakeDevice()
316 std::vector<std::string> DeviceHandler::GetBlockDeviceSymlinks(const Uevent& uevent) const { in GetBlockDeviceSymlinks()
406 void DeviceHandler::HandleDevice(const std::string& action, const std::string& devpath, bool block, in HandleDevice()
445 void DeviceHandler::HandleAshmemUevent(const Uevent& uevent) { in HandleAshmemUevent()
462 void DeviceHandler::HandleUevent(const Uevent& uevent) { in HandleUevent()
512 void DeviceHandler::ColdbootDone() { in ColdbootDone()
516 DeviceHandler::DeviceHandler(std::vector<Permissions> dev_permissions, in DeviceHandler() function in android::init::DeviceHandler
527 DeviceHandler::DeviceHandler() in DeviceHandler() function in android::init::DeviceHandler
528 : DeviceHandler(std::vector<Permissions>{}, std::vector<SysfsPermissions>{}, in DeviceHandler()