Searched refs:DeviceHandler (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/core/init/ |
H A D | devices.cpp | 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() 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 D | devices.h | 110 class DeviceHandler : public UeventHandler { 114 DeviceHandler(); 115 DeviceHandler(std::vector<Permissions> dev_permissions, 118 virtual ~DeviceHandler() = default;
|
H A D | block_dev_initializer.h | 41 std::unique_ptr<DeviceHandler> device_handler_;
|
H A D | block_dev_initializer.cpp | 34 device_handler_ = std::make_unique<DeviceHandler>( in BlockDevInitializer()
|
H A D | ueventd.cpp | 300 uevent_handlers.emplace_back(std::make_unique<DeviceHandler>( in ueventd_main()
|
H A D | devices_test.cpp | 60 DeviceHandler device_handler_;
|
/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | Device.java | 51 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 D | Device.java | 53 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
|