Searched refs:ClaimInterface (Results 1 – 10 of 10) sorted by relevance
/external/libusb/libusb/os/ |
D | haiku_usb.h | 45 int ClaimInterface(int); 68 int ClaimInterface(int);
|
D | haiku_usb_backend.cpp | 255 USBDeviceHandle::ClaimInterface(int inumber) in ClaimInterface() function in USBDeviceHandle 257 int status = fUSBDevice->ClaimInterface(inumber); in ClaimInterface() 387 int USBDevice::ClaimInterface(int interface) in ClaimInterface() function in USBDevice
|
D | haiku_usb_raw.cpp | 120 return handle->ClaimInterface(interface_number); in haiku_claim_interface()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object.cc | 80 base::Bind(&DBusInterface::ClaimInterface, in ExportAsync() 111 ClaimInterface(object_manager->AsWeakPtr(), in ExportAndBlock() 118 void DBusInterface::ClaimInterface( in ClaimInterface() function in brillo::dbus_utils::DBusInterface 127 object_manager->ClaimInterface(object_path, interface_name_, writer); in ClaimInterface()
|
D | exported_object_manager_unittest.cc | 141 om_->ClaimInterface(kClaimedTestPath, kClaimedInterface, property_writer_); in TEST_F() 149 om_->ClaimInterface(kClaimedTestPath, kClaimedInterface, property_writer_); in TEST_F() 167 om_->ClaimInterface(kClaimedTestPath, kClaimedInterface, property_writer_); in TEST_F()
|
D | mock_exported_object_manager.h | 29 MOCK_METHOD3(ClaimInterface,
|
D | exported_object_manager.h | 100 virtual void ClaimInterface(
|
D | exported_object_manager.cc | 40 void ExportedObjectManager::ClaimInterface( in ClaimInterface() function in brillo::dbus_utils::ExportedObjectManager
|
D | dbus_object.h | 487 BRILLO_PRIVATE void ClaimInterface(
|
D | dbus_object_unittest.cc | 414 EXPECT_CALL(mock_object_manager, ClaimInterface(_, _, _)).Times(0); in TEST_F()
|