HomeSort by relevance Sort by last modified time
    Searched refs:Unclaim (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/device/test/
usb_test_gadget.h 32 virtual bool Unclaim() = 0;
usb_test_gadget_impl.cc 69 virtual bool Unclaim() OVERRIDE;
161 Unclaim();
419 bool UsbTestGadgetImpl::Unclaim() {
422 const GURL url("http://" + device_address_ + "/unclaim");
426 LOG(ERROR) << "Unexpected HTTP " << response_code << " from /unclaim.";
  /art/sigchainlib/
sigchain.cc 50 // Unclaim the signal and restore the old action.
51 void Unclaim(int signal) {
111 user_sigactions[signal].Unclaim(signal);

Completed in 1086 milliseconds