Lines Matching refs:DeviceHandler
191 std::string DeviceHandler::GetPartitionNameForDevice(const std::string& query_device) { in GetPartitionNameForDevice()
224 bool DeviceHandler::FindPlatformDevice(std::string path, std::string* platform_device_path) const { in FindPlatformDevice()
253 void DeviceHandler::FixupSysPermissions(const std::string& upath, in FixupSysPermissions()
271 std::tuple<mode_t, uid_t, gid_t> DeviceHandler::GetDevicePermissions( in GetDevicePermissions()
284 void DeviceHandler::MakeDevice(const std::string& path, bool block, int major, int minor, in MakeDevice()
373 std::vector<std::string> DeviceHandler::GetBlockDeviceSymlinks(const Uevent& uevent) const { in GetBlockDeviceSymlinks()
474 void DeviceHandler::HandleDevice(const std::string& action, const std::string& devpath, bool block, in HandleDevice()
527 void DeviceHandler::HandleAshmemUevent(const Uevent& uevent) { in HandleAshmemUevent()
544 void DeviceHandler::HandleUevent(const Uevent& uevent) { in HandleUevent()
599 void DeviceHandler::ColdbootDone() { in ColdbootDone()
603 DeviceHandler::DeviceHandler(std::vector<Permissions> dev_permissions, in DeviceHandler() function in android::init::DeviceHandler
614 DeviceHandler::DeviceHandler() in DeviceHandler() function in android::init::DeviceHandler
615 : DeviceHandler(std::vector<Permissions>{}, std::vector<SysfsPermissions>{}, in DeviceHandler()