Home
last modified time | relevance | path

Searched refs:ReleaseInterface (Results 1 – 9 of 9) sorted by relevance

/external/libusb/libusb/os/
Dhaiku_usb.h46 int ReleaseInterface(int);
69 int ReleaseInterface(int);
Dhaiku_usb_backend.cpp247 ReleaseInterface(i); in ~USBDeviceHandle()
264 USBDeviceHandle::ReleaseInterface(int inumber) in ReleaseInterface() function in USBDeviceHandle
266 fUSBDevice->ReleaseInterface(inumber); in ReleaseInterface()
397 int USBDevice::ReleaseInterface(int interface) in ReleaseInterface() function in USBDevice
Dhaiku_usb_raw.cpp135 return handle->ReleaseInterface(interface_number); in haiku_release_interface()
/external/libbrillo/brillo/dbus/
Dmock_exported_object_manager.h33 MOCK_METHOD2(ReleaseInterface,
Dexported_object_manager.h106 virtual void ReleaseInterface(const dbus::ObjectPath& path,
Dexported_object_manager.cc58 void ExportedObjectManager::ReleaseInterface( in ReleaseInterface() function in brillo::dbus_utils::ExportedObjectManager
Dexported_object_manager_unittest.cc150 om_->ReleaseInterface(kClaimedTestPath, kClaimedInterface); in TEST_F()
Ddbus_object.cc107 base::Bind(&ExportedObjectManager::ReleaseInterface, in ClaimInterface()
Ddbus_object_unittest.cc380 EXPECT_CALL(mock_object_manager, ReleaseInterface(_, _)).Times(0); in TEST_F()