Searched refs:devhost_device_add (Results 1 – 3 of 3) sorted by relevance
| /system/core/devmgr/devhost/ |
| A D | api.cpp | 80 r = devhost_device_add(dev, parent_ref, args->props, args->prop_count, args->proxy_args); in device_add_from_driver() 83 r = devhost_device_add(dev, parent_ref, nullptr, 0, nullptr); in device_add_from_driver() 85 r = devhost_device_add(dev, parent_ref, args->props, args->prop_count, nullptr); in device_add_from_driver()
|
| A D | devhost.h | 146 zx_status_t devhost_device_add(const fbl::RefPtr<zx_device_t>& dev,
|
| A D | core.cpp | 385 zx_status_t devhost_device_add(const fbl::RefPtr<zx_device_t>& dev, in devhost_device_add() function
|
Completed in 6 milliseconds