Searched refs:ClaimInterface (Results 1 – 10 of 10) sorted by relevance
/external/libusb/libusb/os/ |
D | haiku_usb.h | 45 int ClaimInterface(uint8); 68 int ClaimInterface(uint8);
|
D | haiku_usb_backend.cpp | 255 USBDeviceHandle::ClaimInterface(uint8 inumber) in ClaimInterface() function in USBDeviceHandle 257 int status = fUSBDevice->ClaimInterface(inumber); in ClaimInterface() 404 int USBDevice::ClaimInterface(uint8 interface) in ClaimInterface() function in USBDevice
|
D | haiku_usb_raw.cpp | 114 return handle->ClaimInterface(interface_number); in haiku_claim_interface()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object.cc | 84 base::Bind(&DBusInterface::ClaimInterface, in ExportAsync() 115 ClaimInterface(object_manager->AsWeakPtr(), in ExportAndBlock() 166 void DBusInterface::ClaimInterface( in ClaimInterface() function in brillo::dbus_utils::DBusInterface 175 object_manager->ClaimInterface(object_path, interface_name_, writer); in ClaimInterface()
|
D | exported_object_manager_test.cc | 143 om_->ClaimInterface(kClaimedTestPath, kClaimedInterface, property_writer_); in TEST_F() 151 om_->ClaimInterface(kClaimedTestPath, kClaimedInterface, property_writer_); in TEST_F() 169 om_->ClaimInterface(kClaimedTestPath, kClaimedInterface, property_writer_); in TEST_F()
|
D | mock_exported_object_manager.h | 29 ClaimInterface,
|
D | exported_object_manager.h | 101 virtual void ClaimInterface(
|
D | exported_object_manager.cc | 40 void ExportedObjectManager::ClaimInterface( in ClaimInterface() function in brillo::dbus_utils::ExportedObjectManager
|
D | dbus_object.h | 502 BRILLO_PRIVATE void ClaimInterface(
|
D | dbus_object_test.cc | 458 EXPECT_CALL(mock_object_manager, ClaimInterface(_, _, _)).Times(0); in TEST_F()
|