HomeSort by relevance Sort by last modified time
    Searched defs:ResetDevice (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/client/
client.cc 148 Status Client::ResetDevice() {
154 Status s = stub_->ResetDevice(&request, &response);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiIo/
ScsiIo.h 249 EFI_SCSI_IO_PROTOCOL_RESET_DEVICE ResetDevice;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SdMmcPassThru.h 226 The ResetDevice() function resets the SD card specified by Slot.
259 EFI_SD_MMC_PASS_THRU_RESET_DEVICE ResetDevice;
AtaPassThru.h 422 The ResetDevice() function resets the ATA device specified by Port and PortMultiplierPort.
466 EFI_ATA_PASS_THRU_RESET_DEVICE ResetDevice;
ScsiIo.h 303 EFI_SCSI_IO_PROTOCOL_RESET_DEVICE ResetDevice;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
smbus.h 126 SMB_RESET_DEVICE ResetDevice;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.c     [all...]
  /external/libusb/libusb/os/
windows_usbdk.c 109 USBDK_RESET_DEVICE ResetDevice;
183 usbdk_helper.ResetDevice = (USBDK_RESET_DEVICE)get_usbdk_proc_addr(ctx, "UsbDk_ResetDevice");
184 if (usbdk_helper.ResetDevice == NULL)
499 if (!usbdk_helper.ResetDevice(priv->redirector_handle)) {
500 usbi_err(ctx, "ResetDevice failed: %s", windows_error_str(0));
windows_winusb.h 854 WinUsb_ResetDevice_t ResetDevice;
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 402 int VideoRenderDirect3D9::ResetDevice()
405 "VideoRenderDirect3D9::ResetDevice");
425 "VideoRenderDirect3D9::ResetDevice failed to CloseDevice");
433 "VideoRenderDirect3D9::ResetDevice failed to InitDevice");
749 ResetDevice();
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
service.cc     [all...]

Completed in 1308 milliseconds