Home
last modified time | relevance | path

Searched refs:bus (Results 1 – 14 of 14) sorted by relevance

/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc49 BluetoothAdapter::BluetoothAdapter(scoped_refptr<Bus> bus, in BluetoothAdapter() argument
52 exported_object_ = bus->GetExportedObject(ObjectPath(kBluetoothAdapterPath)); in BluetoothAdapter()
66 CHECK(bus->RequestOwnershipAndBlock(kBluetoothAdapter, Bus::REQUIRE_PRIMARY)) in BluetoothAdapter()
Dbluetooth_adapter.h37 explicit BluetoothAdapter(scoped_refptr<Bus> bus,
/system/update_engine/update_manager/
Dstate_factory.cc55 scoped_refptr<dbus::Bus> bus = in DefaultStateFactory() local
59 std::make_unique<org::chromium::SessionManagerInterfaceProxy>(bus), in DefaultStateFactory()
/system/update_engine/client_library/
Dclient_dbus.cc39 scoped_refptr<Bus> bus{new Bus{options}}; in Init() local
41 if (!bus->Connect()) in Init()
44 proxy_.reset(new UpdateEngineInterfaceProxy{bus}); in Init()
/system/core/libusbhost/
Dusbhost.c429 int bus = 0, dev = 0; in usb_device_get_unique_id() local
430 sscanf(device->dev_name, USB_FS_ID_SCANNER, &bus, &dev); in usb_device_get_unique_id()
431 return bus * 1000 + dev; in usb_device_get_unique_id()
436 int bus = 0, dev = 0; in usb_device_get_unique_id_from_name() local
437 sscanf(name, USB_FS_ID_SCANNER, &bus, &dev); in usb_device_get_unique_id_from_name()
438 return bus * 1000 + dev; in usb_device_get_unique_id_from_name()
443 int bus = id / 1000; in usb_device_get_name_from_unique_id() local
446 snprintf(result, strlen(USB_FS_ID_FORMAT) - 1, USB_FS_ID_FORMAT, bus, dev); in usb_device_get_name_from_unique_id()
/system/core/rootdir/
Dueventd.rc55 /dev/bus/usb/* 0660 root usb
/system/core/toolbox/
Dgetevent.c278 static void print_hid_descriptor(int bus, int vendor, int product) in print_hid_descriptor() argument
288 snprintf(prefix, sizeof(prefix), "%04X:%04X:%04X.", bus, vendor, product); in print_hid_descriptor()
/system/bt/build/secondary/third_party/libchrome/
DBUILD.gn194 "dbus/bus.cc",
/system/bt/btif/co/
Dbta_hh_co.cc509 ev.u.create.bus = BUS_BLUETOOTH; in bta_hh_co_send_hid_info()
/system/sepolicy/prebuilts/api/27.0/private/
Dfile_contexts77 /dev/bus/usb(.*)? u:object_r:usb_device:s0
/system/sepolicy/prebuilts/api/26.0/private/
Dfile_contexts77 /dev/bus/usb(.*)? u:object_r:usb_device:s0
/system/sepolicy/prebuilts/api/28.0/private/
Dfile_contexts84 /dev/bus/usb(.*)? u:object_r:usb_device:s0
/system/sepolicy/private/
Dfile_contexts86 /dev/bus/usb(.*)? u:object_r:usb_device:s0
/system/sepolicy/prebuilts/api/29.0/private/
Dfile_contexts86 /dev/bus/usb(.*)? u:object_r:usb_device:s0