Lines Matching refs:DeviceHandler
189 std::string DeviceHandler::GetPartitionNameForDevice(const std::string& query_device) { in GetPartitionNameForDevice()
222 bool DeviceHandler::FindPlatformDevice(std::string path, std::string* platform_device_path) const { in FindPlatformDevice()
251 void DeviceHandler::FixupSysPermissions(const std::string& upath, in FixupSysPermissions()
269 std::tuple<mode_t, uid_t, gid_t> DeviceHandler::GetDevicePermissions( in GetDevicePermissions()
282 void DeviceHandler::MakeDevice(const std::string& path, bool block, int major, int minor, in MakeDevice()
371 std::vector<std::string> DeviceHandler::GetBlockDeviceSymlinks(const Uevent& uevent) const { in GetBlockDeviceSymlinks()
471 void DeviceHandler::HandleDevice(const std::string& action, const std::string& devpath, bool block, in HandleDevice()
514 void DeviceHandler::HandleAshmemUevent(const Uevent& uevent) { in HandleAshmemUevent()
531 void DeviceHandler::HandleUevent(const Uevent& uevent) { in HandleUevent()
584 void DeviceHandler::ColdbootDone() { in ColdbootDone()
588 DeviceHandler::DeviceHandler(std::vector<Permissions> dev_permissions, in DeviceHandler() function in android::init::DeviceHandler
599 DeviceHandler::DeviceHandler() in DeviceHandler() function in android::init::DeviceHandler
600 : DeviceHandler(std::vector<Permissions>{}, std::vector<SysfsPermissions>{}, in DeviceHandler()