Home
last modified time | relevance | path

Searched refs:ResetDevice (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_service.cc120 ::grpc::Status GRPCService::ResetDevice(::grpc::ServerContext* context, in ResetDevice() function in xla::GRPCService
124 [this, arg, result]() { return service_->ResetDevice(arg, result); }); in ResetDevice()
Dgrpc_stub.cc58 Status GRPCStub::ResetDevice(const ResetDeviceRequest* request, in ResetDevice() function in xla::GRPCStub
61 return grpc_stub_->ResetDevice(context, *request, response); in ResetDevice()
Dgrpc_stub.h43 Status ResetDevice(const ResetDeviceRequest* arg,
Dgrpc_service.h77 ::grpc::Status ResetDevice(::grpc::ServerContext* context,
Dxla_service.proto108 rpc ResetDevice(ResetDeviceRequest) returns (ResetDeviceResponse) { rpc
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.h85 Status ResetDevice(const ResetDeviceRequest* arg, in ResetDevice() function
Dservice.h162 Status ResetDevice(const ResetDeviceRequest* arg,
Dservice.cc1045 Status Service::ResetDevice(const ResetDeviceRequest* arg, in ResetDevice() function in xla::Service
/external/tensorflow/tensorflow/compiler/xla/
Dservice_interface.h47 virtual Status ResetDevice(const ResetDeviceRequest* arg,
/external/libusb/libusb/os/
Dwindows_usbdk.c60 USBDK_RESET_DEVICE ResetDevice; member
134 usbdk_helper.ResetDevice = (USBDK_RESET_DEVICE)get_usbdk_proc_addr(ctx, "UsbDk_ResetDevice"); in load_usbdk_helper_dll()
135 if (usbdk_helper.ResetDevice == NULL) in load_usbdk_helper_dll()
497 if (!usbdk_helper.ResetDevice(priv->redirector_handle)) { in usbdk_reset_device()
Dwindows_winusb.h703 LibK_ResetDevice_t ResetDevice; member
Dwindows_winusb.c2299 libusbK_Set(sub_api, ResetDevice, false); in winusbx_init()
3125 if ((sub_api != SUB_API_WINUSB) && (WinUSBX[sub_api].ResetDevice != NULL)) { in winusbx_reset_device()
3128 WinUSBX[sub_api].ResetDevice(winusb_handle); in winusbx_reset_device()
/external/adhd/cras/src/tests/
Ddevice_monitor_unittest.cc44 TEST(DeviceMonitorTestSuite, ResetDevice) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.h165 Status ResetDevice();
Dclient.cc150 Status Client::ResetDevice() { in ResetDevice() function in xla::Client
156 Status s = stub_->ResetDevice(&request, &response); in ResetDevice()
/external/libusb/
DChangeLog37 * Darwin(macOS): Switch from using ResetDevice to USBDeviceReEnumerate (#455)