/hardware/interfaces/radio/config/1.0/ |
D | IRadioConfig.hal | 56 * Maps the logical slots to the physical slots. Logical slot is the slot that is seen by modem. 57 * Physical slot is the actual physical slot. Request maps the physical slot to logical slot. 58 * Logical slots that are already mapped to the requested physical slot are not impacted. 60 * Example no. of logical slots 1 and physical slots 2: 61 * The only logical slot (index 0) can be mapped to first physical slot (value 0) or second 62 * physical slot(value 1), while the other physical slot remains unmapped and inactive. 65 * Example no. of logical slots 2 and physical slots 2: 66 * First logical slot (index 0) can be mapped to physical slot 1 or 2 and other logical slot 67 * can be mapped to other physical slot. Each logical slot must be mapped to a physical slot. 71 * @param slotMap Logical to physical slot mapping, size == no. of radio instances. Index is [all …]
|
D | IRadioConfigResponse.hal | 28 * @param slotStatus Sim slot struct containing all the physical SIM slots info with size 29 * equals to the number of physical slots on the device
|
/hardware/interfaces/camera/device/3.4/ |
D | types.hal | 43 * The physical camera id this stream belongs to. 46 * multi camera but the stream is not a physical output stream, this field will point to a 49 * A logical multi camera is a camera device backed by multiple physical cameras that 50 * are also exposed to the application. And for a logical multi camera, a physical output 51 * stream is an output stream specifically requested on an underlying physical camera. 53 * A logical camera is a camera device backed by multiple physical camera 54 * devices. And a physical stream is a stream specifically requested on a 55 * underlying physical camera device. 129 * The physical camera id the current Hal stream belongs to. 132 * from a physical camera of the logical camera, this must be an empty [all …]
|
/hardware/interfaces/camera/provider/2.6/ |
D | ICameraProviderCallback.hal | 26 * Version 2.6 adds support for physical camera device status callback for 34 * Callback to the camera service to indicate that the state of a physical 38 * the camera service must assume that all physical devices backing internal 42 * initially NOT_PRESENT physical devices, as soon as the callbacks are available 46 * physical camera has a new status. 47 * @param physicalCameraDeviceName The name of the physical camera device
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_pci_bus_info.adoc | 20 physical device. 22 Not all physical devices have PCI bus information, either due to the device 25 Thus this extension is only expected to be supported by physical devices 29 extension string for each individual physical device for which they intend
|
D | VK_EXT_physical_device_drm.adoc | 18 This extension provides new facilities to query DRM properties for physical 19 devices, enabling users to match Vulkan physical devices with DRM nodes on 28 Each physical device may have one primary node and one render node 35 To query DRM properties for a physical device, chain
|
D | VK_MSFT_layered_driver.adoc | 18 This extension adds new physical device properties to allow applications and 19 the Vulkan ICD loader to understand when a physical device is implemented as
|
D | VK_AMD_shader_core_properties.adoc | 19 This extension exposes shader core properties for a target physical device 27 This example retrieves the shader core properties for a physical device. 67 printf("Number of physical SGPRs per SIMD: %d\n", 79 printf("Number of physical VGPRs per SIMD: %d\n",
|
D | VK_KHR_device_group_creation.adoc | 21 physical devices, and to create a logical device from a subset of one of 55 // If the first device group has more than one physical device. create 56 // a logical device using all of the physical devices.
|
D | VK_KHR_driver_properties.adoc | 25 This extension provides a new physical device query which allows retrieving 27 determine which physical device corresponds to which particular vendor's
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_wayland_surface/ |
D | platformQuerySupport_wayland.adoc | 8 [open,refpage='vkGetPhysicalDeviceWaylandPresentationSupportKHR',desc='Query physical device for pr… 10 To determine whether a queue family of a physical device supports 15 * pname:physicalDevice is the physical device.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QNX_screen_surface/ |
D | platformQuerySupport_screen.adoc | 8 [open,refpage='vkGetPhysicalDeviceScreenPresentationSupportQNX',desc='Query physical device for pre… 10 To determine whether a queue family of a physical device supports 15 * pname:physicalDevice is the physical device.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_directfb_surface/ |
D | platformQuerySupport_directfb.adoc | 8 [open,refpage='vkGetPhysicalDeviceDirectFBPresentationSupportEXT',desc='Query physical device for p… 10 To determine whether a queue family of a physical device supports 15 * pname:physicalDevice is the physical device.
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidParser.cpp | 241 auto physical = r.getPhysicalRange(); in convertGroupToPacket() local 244 if ((physical.first != physical.second) && in convertGroupToPacket() 246 scale = static_cast<double>(physical.second - physical.first) in convertGroupToPacket() 249 scale = (physical.first != 0) ? physical.first : 1.0; in convertGroupToPacket() 253 (physical.first * r.getExponentValue() / scale) - in convertGroupToPacket()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xcb_surface/ |
D | platformQuerySupport_xcb.adoc | 8 [open,refpage='vkGetPhysicalDeviceXcbPresentationSupportKHR',desc='Query physical device for presen… 10 To determine whether a queue family of a physical device supports 15 * pname:physicalDevice is the physical device.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xlib_surface/ |
D | platformQuerySupport_xlib.adoc | 8 [open,refpage='vkGetPhysicalDeviceXlibPresentationSupportKHR',desc='Query physical device for prese… 10 To determine whether a queue family of a physical device supports 15 * pname:physicalDevice is the physical device.
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDevice.hal | 36 * Return the static camera information for a physical camera ID backing 39 * Note that HAL must support this function for physical camera IDs that are 48 * @param physicalCameraId The physical camera id parsed from the logical 52 * the physical camera must be of the same version and type as the parent 57 * On a successful query of the physical camera device characteristics 68 * If the physicalCameraId is not a valid physical camera Id outside 72 * The static metadata for this logical camera device's physical device, or an empty
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_MSFT_layered_driver.adoc | 11 driver layering, for improving physical device sorting. 15 The Vulkan loader is able to sort physical devices according to 17 to put physical devices in the same order as DXGI adapters. However, it is 19 physical device, for example, where one is a "`native`" vendor-provided 24 On a system where a physical device has two possible drivers, the sort 32 case where you have multiple "`native`" drivers for a single physical device.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_win32_surface/ |
D | platformQuerySupport_win32.adoc | 10 To determine whether a queue family of a physical device supports 15 * pname:physicalDevice is the physical device.
|
/hardware/interfaces/automotive/evs/1.1/ |
D | IEvsCameraStream.hal | 39 * backing physical camera devices; it means, a physical camera device 41 * frames as many as number of backing physical camera devices.
|
/hardware/interfaces/camera/provider/2.5/ |
D | types.hal | 22 * Possible physical states of the overall device, for use with 28 * The device is in its normal physical configuration. This is the default if the
|
/hardware/interfaces/radio/config/1.2/ |
D | IRadioConfigResponse.hal | 30 * @param slotStatus Sim slot struct containing all the physical SIM slots info with size 31 * equal to the number of physical slots on the device
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 11 [open,refpage='VkPhysicalDevice',desc='Opaque handle to a physical device object',type='handles'] 14 A physical device usually represents a single complete implementation of 26 [[devsandqueues-physical-device-enumeration]] 29 [open,refpage='vkEnumeratePhysicalDevices',desc='Enumerates the physical devices accessible to a Vu… 31 To retrieve a list of physical device objects representing the physical 39 number of physical devices available or queried, as described below. 43 If pname:pPhysicalDevices is `NULL`, then the number of physical devices 49 If pname:pPhysicalDeviceCount is less than the number of physical devices 52 indicate that not all the available physical devices were returned. 57 [open,refpage='vkGetPhysicalDeviceProperties',desc='Returns properties of a physical device',type='… [all …]
|
D | initialization.adoc | 91 physical device enumerated by pname:instance. 159 In this function, device-level excludes all physical-device-level 185 New core physical-device-level functionality can: be used when the 186 physical-device version is greater than or equal to the version of Vulkan 188 The Vulkan version supported by a physical device can: be obtained by 202 or when both the instance and the physical-device versions are at least 1.1, 205 physical-device-level functionality of a device extension can: be used with 206 a physical device if the corresponding extension is enumerated by 207 flink:vkEnumerateDeviceExtensionProperties for that physical device, even 210 To obtain a function pointer for a physical-device-level command from a [all …]
|
/hardware/google/pixel-sepolicy/pixelstats/ |
D | genfs_contexts | 1 genfscon debugfs /physical-memory-group-manager u:object_r:debugfs_mgm:s0
|