Searched refs:bus (Results 1 – 15 of 15) sorted by relevance
/system/bt/service/ipc/dbus/ |
D | bluetooth_adapter.cc | 49 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()
|
D | bluetooth_adapter.h | 37 explicit BluetoothAdapter(scoped_refptr<Bus> bus,
|
/system/update_engine/update_manager/ |
D | state_factory.cc | 56 scoped_refptr<dbus::Bus> bus = in DefaultStateFactory() local 61 new org::chromium::SessionManagerInterfaceProxy(bus)), in DefaultStateFactory()
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 37 scoped_refptr<Bus> bus{new Bus{options}}; in Init() local 39 if (!bus->Connect()) in Init() 42 proxy_.reset(new UpdateEngineInterfaceProxy{bus}); in Init()
|
/system/core/libusbhost/ |
D | usbhost.c | 419 int bus = 0, dev = 0; in usb_device_get_unique_id() local 420 sscanf(device->dev_name, USB_FS_ID_SCANNER, &bus, &dev); in usb_device_get_unique_id() 421 return bus * 1000 + dev; in usb_device_get_unique_id() 426 int bus = 0, dev = 0; in usb_device_get_unique_id_from_name() local 427 sscanf(name, USB_FS_ID_SCANNER, &bus, &dev); in usb_device_get_unique_id_from_name() 428 return bus * 1000 + dev; in usb_device_get_unique_id_from_name() 433 int bus = id / 1000; in usb_device_get_name_from_unique_id() local 436 snprintf(result, strlen(USB_FS_ID_FORMAT) - 1, USB_FS_ID_FORMAT, bus, dev); in usb_device_get_name_from_unique_id()
|
/system/tpm/tpm_manager/server/ |
D | dbus_service.cc | 42 DBusService::DBusService(scoped_refptr<dbus::Bus> bus, in DBusService() argument 47 bus, in DBusService()
|
D | dbus_service.h | 43 DBusService(scoped_refptr<dbus::Bus> bus,
|
/system/tpm/attestation/server/ |
D | dbus_service.cc | 32 DBusService::DBusService(const scoped_refptr<dbus::Bus>& bus, in DBusService() argument 34 : dbus_object_(nullptr, bus, dbus::ObjectPath(kAttestationServicePath)), in DBusService()
|
D | dbus_service.h | 38 DBusService(const scoped_refptr<dbus::Bus>& bus,
|
/system/core/toolbox/ |
D | getevent.c | 278 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/core/rootdir/ |
D | ueventd.rc | 118 /dev/bus/usb/* 0660 root usb
|
/system/bt/btif/co/ |
D | bta_hh_co.cc | 484 ev.u.create.bus = BUS_BLUETOOTH; in bta_hh_co_send_hid_info()
|
/system/bt/build/secondary/third_party/libchrome/ |
D | BUILD.gn | 205 "dbus/bus.cc",
|
/system/sepolicy/private/ |
D | file_contexts | 77 /dev/bus/usb(.*)? u:object_r:usb_device:s0
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | file_contexts | 77 /dev/bus/usb(.*)? u:object_r:usb_device:s0
|