Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Ddevices.cpp193 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()
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
[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.h41 std::unique_ptr<DeviceHandler> device_handler_;
H A Dblock_dev_initializer.cpp34 device_handler_ = std::make_unique<DeviceHandler>( in BlockDevInitializer()
H A Dueventd.cpp300 uevent_handlers.emplace_back(std::make_unique<DeviceHandler>( in ueventd_main()
H A Ddevices_test.cpp60 DeviceHandler device_handler_;
/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DDevice.java51 private final DeviceHandler mHandler;
76 mHandler = new DeviceHandler(mThread.getLooper()); in Device()
131 private class DeviceHandler extends Handler { class in Device
135 DeviceHandler(Looper looper) { in DeviceHandler() method in Device.DeviceHandler
/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java53 private final DeviceHandler mHandler;
77 mHandler = new DeviceHandler(mThread.getLooper()); in Device()
117 private class DeviceHandler extends Handler { class in Device
121 public DeviceHandler(Looper looper) { in DeviceHandler() method in Device.DeviceHandler