HomeSort by relevance Sort by last modified time
    Searched defs:Device (Results 1 - 25 of 572) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/common_runtime/
device.cc 16 #include "tensorflow/core/common_runtime/device.h"
26 Device::Device(Env* env, const DeviceAttributes& device_attributes)
29 << "Invalid device name: " << name();
33 Device::~Device() {
40 DeviceAttributes Device::BuildDeviceAttributes(
41 const string& name, DeviceType device, Bytes memory_limit,
48 da.set_device_type(device.type());
  /frameworks/rs/
rsDevice.cpp 23 Device::Device() {
27 Device::~Device() {
30 void Device::addContext(Context *rsc) {
34 void Device::removeContext(Context *rsc) {
rsDevice.h 30 class Device {
32 Device();
33 ~Device();
  /prebuilts/jdk/jdk8/darwin-x86/sample/annotations/DependencyChecker/PluginChecker/src/checker/
Device.java 50 * Represents the device configuration. The values are loaded from an XML file by JAXB.
53 public class Device {
  /prebuilts/jdk/jdk8/linux-x86/sample/annotations/DependencyChecker/PluginChecker/src/checker/
Device.java 50 * Represents the device configuration. The values are loaded from an XML file by JAXB.
53 public class Device {
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_common_gpu.h 41 typedef GPUDevice Device;
56 typedef GPUDevice Device;
  /external/webrtc/talk/media/base/
device.h 35 // Used to represent an audio or video capture or render device.
36 struct Device {
37 Device() {}
38 Device(const std::string& name, int id)
42 Device(const std::string& name, const std::string& id)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
OemMiscLib.h 28 UINTN Device;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
ComponentName.c 125 may be NULL. It will be NULL for device
182 NVME_DEVICE_PRIVATE_DATA *Device;
221 Device = NVME_DEVICE_PRIVATE_DATA_FROM_BLOCK_IO (BlockIo);
222 ControllerNameTable = Device->ControllerNameTable;
NvmExpressDiskInfo.c 31 @param[in] Device The pointer of NVME_DEVICE_PRIVATE_DATA.
36 IN NVME_DEVICE_PRIVATE_DATA *Device
39 CopyMem (&Device->DiskInfo, &gNvmExpressDiskInfoProtocolTemplate, sizeof (EFI_DISK_INFO_PROTOCOL));
54 @retval EFI_NOT_FOUND Device does not support this data class
55 @retval EFI_DEVICE_ERROR Error reading InquiryData from device
84 @retval EFI_NOT_FOUND Device does not support this data class
85 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
98 NVME_DEVICE_PRIVATE_DATA *Device;
100 Device = NVME_DEVICE_PRIVATE_DATA_FROM_DISK_INFO (This);
103 if (*IdentifyDataSize >= sizeof (Device->NamespaceData)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
ComponentName.c 21 { "eng;en", L"Edkii Sd Memory Card Device Driver" },
131 may be NULL. It will be NULL for device
188 SD_DEVICE *Device;
228 Device = SD_DEVICE_DATA_FROM_BLKIO (BlockIo);
229 ControllerNameTable = Device->ControllerNameTable;
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.h 38 class Device {
40 static Device* open(int32_t id, const char* name, int32_t vid, int32_t pid,
44 Device(int32_t id, int fd, std::unique_ptr<DeviceCallback> callback);
45 ~Device();
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Device.h 64 struct Device : public IDevice, public ParametersUtil {
65 explicit Device(audio_hw_device_t* device);
79 Return<void> openInputStream(int32_t ioHandle, const DeviceAddress& device,
83 Return<void> openOutputStream(int32_t ioHandle, const DeviceAddress& device,
87 Return<void> openOutputStream(int32_t ioHandle, const DeviceAddress& device,
91 Return<void> openInputStream(int32_t ioHandle, const DeviceAddress& device,
130 audio_hw_device_t* device() const { return mDevice; } function in struct:android::hardware::audio::AUDIO_HAL_VERSION::implementation::Device
135 virtual ~Device();
  /hardware/interfaces/renderscript/1.0/default/
Device.h 23 struct Device : public IDevice {
24 Device();
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
Device.h 41 struct Device : public IDevice {
42 Device();
43 ~Device() override;
Device.cpp 19 #include "Device.h"
35 Device::Device() : mCurrentStatus(DeviceStatus::AVAILABLE) {}
37 Device::~Device() {}
46 Return<void> Device::getCapabilities(getCapabilities_cb _hidl_cb) {
70 Return<void> Device::getSupportedOperations(const Model& model,
104 Return<ErrorStatus> Device::prepareModel(const Model& model,
128 Return<DeviceStatus> Device::getStatus() {
  /bootable/recovery/
device.h 22 class Device {
24 explicit Device(RecoveryUI* ui) : ui_(ui) {}
25 virtual ~Device() {}
28 // this device. You should not have called Init() on the UI object already, the caller will do
80 // corresponding enum value. If it is an action specific to your device, you actually perform it
91 // selects the option from the menu, to perform whatever device-specific wiping actions as needed.
106 // The device-specific library must define this function (or the default one will be used, if there
107 // is no device-specific library). It returns the Device object that recovery should use.
108 Device* make_device()
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Drivers/PciPlatform/
PciPlatform.h 38 UINTN Device;
115 PciAddress - The address of the PCI device on the PCI bus.
163 Return a PCI ROM image for the onboard device represented by PciHandle.
168 PciHandle - PCI device to return the ROM image for.
169 RomImage - PCI Rom Image for onboard device.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmUsbDispatch/
SmmUsbDispatch.h 48 EFI_DEVICE_PATH_PROTOCOL *Device;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmUsbDispatch.h 45 /// The device path is part of the context structure and describes the location of the
50 EFI_DEVICE_PATH_PROTOCOL *Device;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
NonDiscoverablePciDeviceDxe.c 22 // We only support the following device types
57 @param DeviceHandle Handle of device to test.
58 @param RemainingDevicePath A pointer to the device path.
59 it should be ignored by device driver.
61 @retval EFI_SUCCESS This driver supports this device.
62 @retval other This driver does not support this device.
74 NON_DISCOVERABLE_DEVICE *Device;
80 &gEdkiiNonDiscoverableDeviceProtocolGuid, (VOID **)&Device,
89 if (CompareGuid (Device->Type, SupportedNonDiscoverableDevices [Idx])) {
103 for (Desc = Device->Resources; Desc->Desc != ACPI_END_TAG_DESCRIPTOR;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcPei/
UfsPciHcPei.c 82 UINT16 Device;
116 for (Device = 0; Device < 32; Device++) {
118 SubClass = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, 0x0A));
119 BaseClass = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, 0x0B));
125 PciAnd16 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_COMMAND_OFFSET), (UINT16)~(EFI_PCI_COMMAND_BUS_MASTER | EFI_PCI_COMMAND_MEMORY_SPACE));
126 PciWrite32 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_BASE_ADDRESSREG_OFFSET), 0xFFFFFFFF);
127 Size = PciRead32 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_BASE_ADDRESSREG_OFFSET));
132 PciWrite32 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_BASE_ADDRESSREG_OFFSET), (UINT32)(PcdGet32 (PcdUfsPciHostControllerMmioBase) + Size (…)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
ComponentName.c 21 { "eng;en", L"Edkii Emmc Device Driver" },
131 may be NULL. It will be NULL for device
188 EMMC_DEVICE *Device;
230 Device = Partition->Device;
231 ControllerNameTable = Device->ControllerNameTable;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmUsbDispatch2.h 50 /// The device path is part of the context structure and describes the location of the
55 EFI_DEVICE_PATH_PROTOCOL *Device;
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DriverBinding.c 21 @param [in] Controller Handle of device to test.
24 @retval EFI_SUCCESS This driver supports this device.
25 @retval other This driver does not support this device.
36 EFI_USB_DEVICE_DESCRIPTOR Device;
57 Status = pUsbIo->UsbGetDeviceDescriptor ( pUsbIo, &Device );
63 if (( VENDOR_ID != Device.IdVendor )
64 || ( PRODUCT_ID != Device.IdProduct )) {
81 // Return the device supported status
89 Initialize PXE structures, create a copy of the Controller Device Path with the
91 on the newly created Device Path.
    [all...]

Completed in 908 milliseconds

1 2 3 4 5 6 7 8 91011>>