Home
last modified time | relevance | path

Searched refs:DeviceHandler (Results 1 – 8 of 8) sorted by relevance

/aosp14/system/core/init/
H A Ddevices.cpp189 std::string DeviceHandler::GetPartitionNameForDevice(const std::string& query_device) { in GetPartitionNameForDevice()
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()
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
[all …]
H A Ddevices.h110 class DeviceHandler : public UeventHandler {
114 DeviceHandler();
115 DeviceHandler(std::vector<Permissions> dev_permissions,
118 virtual ~DeviceHandler() = default;
H A Dblock_dev_initializer.cpp34 device_handler_ = std::make_unique<DeviceHandler>( in BlockDevInitializer()
90 auto partition_name = DeviceHandler::GetPartitionNameForDevice(uevent.device_name); in HandleUevent()
H A Dblock_dev_initializer.h41 std::unique_ptr<DeviceHandler> device_handler_;
H A Dueventd.cpp352 uevent_handlers.emplace_back(std::make_unique<DeviceHandler>( in ueventd_main()
H A Ddevices_test.cpp60 DeviceHandler device_handler_;
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DDevice.java52 private final DeviceHandler mHandler;
77 mHandler = new DeviceHandler(mThread.getLooper()); in Device()
147 private class DeviceHandler extends Handler { class in Device
151 DeviceHandler(Looper looper) { in DeviceHandler() method in Device.DeviceHandler
/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java54 private final DeviceHandler mHandler;
102 mHandler = new DeviceHandler(mThread.getLooper()); in Device()
154 private class DeviceHandler extends Handler { class in Device
158 public DeviceHandler(Looper looper) { in DeviceHandler() method in Device.DeviceHandler