Searched refs:ReleaseInterface (Results 1 – 9 of 9) sorted by relevance
46 int ReleaseInterface(int);69 int ReleaseInterface(int);
247 ReleaseInterface(i); in ~USBDeviceHandle()264 USBDeviceHandle::ReleaseInterface(int inumber) in ReleaseInterface() function in USBDeviceHandle266 fUSBDevice->ReleaseInterface(inumber); in ReleaseInterface()397 int USBDevice::ReleaseInterface(int interface) in ReleaseInterface() function in USBDevice
135 return handle->ReleaseInterface(interface_number); in haiku_release_interface()
33 MOCK_METHOD2(ReleaseInterface,
106 virtual void ReleaseInterface(const dbus::ObjectPath& path,
58 void ExportedObjectManager::ReleaseInterface( in ReleaseInterface() function in brillo::dbus_utils::ExportedObjectManager
150 om_->ReleaseInterface(kClaimedTestPath, kClaimedInterface); in TEST_F()
107 base::Bind(&ExportedObjectManager::ReleaseInterface, in ClaimInterface()
380 EXPECT_CALL(mock_object_manager, ReleaseInterface(_, _)).Times(0); in TEST_F()