Searched refs:ResetDevice (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/rpc/ |
D | grpc_service.cc | 120 ::grpc::Status GRPCService::ResetDevice(::grpc::ServerContext* context, in ResetDevice() function in xla::GRPCService 124 [this, arg, result]() { return service_->ResetDevice(arg, result); }); in ResetDevice()
|
D | grpc_stub.cc | 58 Status GRPCStub::ResetDevice(const ResetDeviceRequest* request, in ResetDevice() function in xla::GRPCStub 61 return grpc_stub_->ResetDevice(context, *request, response); in ResetDevice()
|
D | grpc_stub.h | 43 Status ResetDevice(const ResetDeviceRequest* arg,
|
D | grpc_service.h | 77 ::grpc::Status ResetDevice(::grpc::ServerContext* context,
|
D | xla_service.proto | 108 rpc ResetDevice(ResetDeviceRequest) returns (ResetDeviceResponse) { rpc
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compile_only_service.h | 85 Status ResetDevice(const ResetDeviceRequest* arg, in ResetDevice() function
|
D | service.h | 162 Status ResetDevice(const ResetDeviceRequest* arg,
|
D | service.cc | 1045 Status Service::ResetDevice(const ResetDeviceRequest* arg, in ResetDevice() function in xla::Service
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | service_interface.h | 47 virtual Status ResetDevice(const ResetDeviceRequest* arg,
|
/external/libusb/libusb/os/ |
D | windows_usbdk.c | 60 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()
|
D | windows_winusb.h | 703 LibK_ResetDevice_t ResetDevice; member
|
D | windows_winusb.c | 2299 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/ |
D | device_monitor_unittest.cc | 44 TEST(DeviceMonitorTestSuite, ResetDevice) { in TEST() argument
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client.h | 165 Status ResetDevice();
|
D | client.cc | 150 Status Client::ResetDevice() { in ResetDevice() function in xla::Client 156 Status s = stub_->ResetDevice(&request, &response); in ResetDevice()
|
/external/libusb/ |
D | ChangeLog | 37 * Darwin(macOS): Switch from using ResetDevice to USBDeviceReEnumerate (#455)
|