Lines Matching refs:DeviceHandler
193 bool DeviceHandler::FindPlatformDevice(std::string path, std::string* platform_device_path) const { in FindPlatformDevice()
222 void DeviceHandler::FixupSysPermissions(const std::string& upath, in FixupSysPermissions()
240 std::tuple<mode_t, uid_t, gid_t> DeviceHandler::GetDevicePermissions( in GetDevicePermissions()
253 void DeviceHandler::MakeDevice(const std::string& path, bool block, int major, int minor, in MakeDevice()
324 std::vector<std::string> DeviceHandler::GetBlockDeviceSymlinks(const Uevent& uevent) const { in GetBlockDeviceSymlinks()
414 void DeviceHandler::HandleDevice(const std::string& action, const std::string& devpath, bool block, in HandleDevice()
453 void DeviceHandler::HandleAshmemUevent(const Uevent& uevent) { in HandleAshmemUevent()
470 void DeviceHandler::HandleUevent(const Uevent& uevent) { in HandleUevent()
523 void DeviceHandler::ColdbootDone() { in ColdbootDone()
527 DeviceHandler::DeviceHandler(std::vector<Permissions> dev_permissions, in DeviceHandler() function in android::init::DeviceHandler
538 DeviceHandler::DeviceHandler() in DeviceHandler() function in android::init::DeviceHandler
539 : DeviceHandler(std::vector<Permissions>{}, std::vector<SysfsPermissions>{}, in DeviceHandler()