Home
last modified time | relevance | path

Searched defs:device_handler (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/core/init/
H A Ddevices_test.cpp63 TEST(device_handler, get_block_device_symlinks_success_platform) { in TEST() argument
77 TEST(device_handler, get_block_device_symlinks_success_platform_with_partition) { in TEST() argument
94 TEST(device_handler, get_block_device_symlinks_success_platform_with_partition_only_num) { in TEST() argument
109 TEST(device_handler, get_block_device_symlinks_success_platform_with_partition_only_name) { in TEST() argument
125 TEST(device_handler, get_block_device_symlinks_success_pci) { in TEST() argument
136 TEST(device_handler, get_block_device_symlinks_pci_bad_format) { in TEST() argument
147 TEST(device_handler, get_block_device_symlinks_success_vbd) { in TEST() argument
158 TEST(device_handler, get_block_device_symlinks_vbd_bad_format) { in TEST() argument
169 TEST(device_handler, get_block_device_symlinks_no_matches) { in TEST() argument
182 TEST(device_handler, sanitize_null) { in TEST() argument
[all …]
H A Dueventd.cpp364 std::unique_ptr<DeviceHandler> device_handler = std::make_unique<DeviceHandler>( in ueventd_main() local
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp50 auto device_handler = device_handler_.lock(); in OnClosed() local
93 auto device_handler = registry_->GetDevice(device_id); in handleConnectionRequest() local
122 auto device_handler = device_handler_.lock(); in handleForward() local
166 void SetDeviceHandler(std::weak_ptr<DeviceHandler> device_handler) { in SetDeviceHandler()
173 std::shared_ptr<DeviceHandler> device_handler() const { in device_handler() function in cuttlefish::PollConnectionHandler
282 auto device_handler = registry_->GetDevice(device_id); in DoPostInner() local
324 auto device_handler = poll_handler->device_handler(); in DoPostInner() local
Ddevice_registry.cpp26 std::weak_ptr<DeviceHandler> device_handler) { in RegisterDevice()
54 auto device_handler = devices_[device_id].lock(); in GetDevice() local
/aosp_15_r20/external/pigweed/pw_system/
H A Dunknown_device_handler.cc17 namespace pw::system::device_handler { namespace
/aosp_15_r20/external/pigweed/targets/rp2040/
H A Ddevice_handler.cc21 namespace pw::system::device_handler { namespace