Home
last modified time | relevance | path

Searched defs:bus (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/update_manager/
Dstate_factory.cc55 scoped_refptr<dbus::Bus> bus = in DefaultStateFactory() local
/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc49 BluetoothAdapter::BluetoothAdapter(scoped_refptr<Bus> bus, in BluetoothAdapter()
/system/core/libusbhost/
Dusbhost.c429 int bus = 0, dev = 0; in usb_device_get_unique_id() local
436 int bus = 0, dev = 0; in usb_device_get_unique_id_from_name() local
443 int bus = id / 1000; in usb_device_get_name_from_unique_id() local
/system/update_engine/client_library/
Dclient_dbus.cc39 scoped_refptr<Bus> bus{new Bus{options}}; in Init() local
/system/core/toolbox/
Dgetevent.c278 static void print_hid_descriptor(int bus, int vendor, int product) in print_hid_descriptor()