Home
last modified time | relevance | path

Searched refs:specified (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/hardware/interfaces/configstore/1.0/vts/functional/
DVtsHalConfigstoreV1_0TargetTest.cpp58 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_P()
62 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_P()
66 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
70 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
74 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
78 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_P()
82 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
86 [&tmp](OptionalUInt64 arg) { tmp = arg.specified; }); in TEST_P()
90 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
94 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P()
[all …]
/hardware/interfaces/configstore/1.0/
Dtypes.hal19 bool specified;
24 bool specified;
29 bool specified;
34 bool specified;
39 bool specified;
44 bool specified;
/hardware/interfaces/configstore/1.1/default/
DSurfaceFlingerConfigs.cpp125 bool specified = false; in useVrFlinger() local
128 specified = true; in useVrFlinger()
130 _hidl_cb({specified, value}); in useVrFlinger()
156 bool specified = false; in primaryDisplayOrientation() local
161 specified = true; in primaryDisplayOrientation()
188 _hidl_cb({specified, value}); in primaryDisplayOrientation()
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/config/
DREADME.md29 // If specified, this overwrite the default access mode specified in
30 // VehicleProperty.aidl. Must be specified for vendor properties.
33 // If specified, this overwrite the default change mode specified in
34 // VehicleProperty.aidl. Must be specified for vendor properties.
41 // If not specified, the property will be shown as unavailable
55 // Must be specified for continuous property.
59 // Must be specified for continuous property.
80 // property object. If specified, this overwrite the global
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_index_binding.adoc12 the type specified by pname:indexType, where the index buffer,
13 pname:indexType, and pname:offset are specified via
22 the type specified by pname:indexType, where the index buffer,
23 pname:indexType, and pname:offset are specified via
Dcopy_anyimage_to_imageany_no_rotation_common.adoc17 The image region specified by each element of pname:pRegions must: be
18 contained within the specified pname:{imagesubresource} of
24 of the specified pname:{imagesubresource} of pname:{imageparam}
29 height of the specified pname:{imagesubresource} of pname:{imageparam}
Dresolve_image_common.adoc9 regions, specified by the elements of pname:pRegions, must: not overlap
25 of pname:srcImage specified in pname:pRegions at the time this command
36 of pname:dstImage specified in pname:pRegions at the time this command
62 pname:pRegions must: be less than the pname:mipLevels specified in
66 pname:pRegions must: be less than the pname:mipLevels specified in
75 be less than or equal to the pname:arrayLayers specified in
84 be less than or equal to the pname:arrayLayers specified in
102 specified pname:srcSubresource of pname:srcImage
107 specified pname:srcSubresource of pname:srcImage
116 specified pname:srcSubresource of pname:srcImage
[all …]
Dblit_image_common.adoc8 The source region specified by each element of pname:pRegions must: be a
11 The destination region specified by each element of pname:pRegions must:
14 The union of all destination regions, specified by the elements of
34 of pname:srcImage specified in pname:pRegions at the time this command
64 of pname:dstImage specified in pname:pRegions at the time this command
112 pname:pRegions must: be less than the pname:mipLevels specified in
116 pname:pRegions must: be less than the pname:mipLevels specified in
125 be less than or equal to the pname:arrayLayers specified in
134 be less than or equal to the pname:arrayLayers specified in
157 less than or equal to the width of the specified pname:srcSubresource of
[all …]
Dfine_sync_commands_common.adoc10 pipeline stages in pname:srcStageMask, as specified in the
16 pipeline stages in pname:dstStageMask, as specified in the
26 pname:srcStageMask, as specified in the
36 pname:dstStageMask, as specified in the
46 pname:srcStageMask, as specified in the
56 pname:dstStageMask, as specified in the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display_swapchain/
Ddisplay_swapchain_present.adoc7 fields can: be specified when presenting an image to a swapchain by setting
22 If sname:VkDisplayPresentInfoKHR is not specified, this region will be
26 If sname:VkDisplayPresentInfoKHR is not specified, this region will be
28 If the specified rectangle is a subset of the display mode's visible
32 specified rectangle will be black.
33 If portions of the specified rectangle are outside of the display's
43 If sname:VkDisplayPresentInfoKHR is not specified, persistent mode will
Dqueue_present_interactions.adoc7 mode specified when creating the display surface.
8 The mode switch and presentation of the specified image will be performed as
/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h76 ret.specified = false; in decltype()
87 ret.specified = false; in decltype()
108 << (cachedValue.specified ? cachedValue.value : defValue) in decltype()
109 << (cachedValue.specified ? "" : " (default)"); in decltype()
113 return cachedValue.specified ? cachedValue.value : defValue; in decltype()
/hardware/interfaces/neuralnetworks/1.3/
DIBuffer.hal46 * are not fully specified, then the dimensions must be fully specified here. If the
47 * dimensions of the IBuffer object are fully specified, then the dimensions may be empty
48 * here. If dimensions.size() > 0, then all dimensions must be specified here, and any
49 * dimension that was specified in the IBuffer object must have the same value here.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_external_memory_capabilities/
Dexternal_image_format.adoc63 the handles of the type specified in
68 every external handle type that may: be specified simultaneously with
69 the handle type specified by
88 external memory of the specified type must: be created as a dedicated
89 allocation when used in the manner specified.
91 implementation supports exporting handles of the specified type.
93 implementation supports importing handles of the specified type.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_create_renderpass2.adoc34 now specified in slink:VkSubpassDescription2KHR::pname:viewMask.
36 are now specified in slink:VkSubpassDependency2KHR::pname:viewOffset.
39 directly specified in slink:VkRenderPassCreateInfo2KHR.
41 specified in the relevant input attachment reference in
/hardware/interfaces/media/bufferpool/2.0/
DIClientManager.hal24 * specified buffer pool(IAccessor).
31 * Sets up a buffer receiving communication node for the specified
35 * @param bufferPool a buffer pool which is specified with the IAccessor.
36 * The specified buffer pool is the owner of received buffers.
/hardware/interfaces/media/bufferpool/1.0/
DIClientManager.hal23 * specified buffer pool(IAccessor).
30 * Sets up a buffer receiving communication node for the specified
34 * @param bufferPool a buffer pool which is specified with the IAccessor.
35 * The specified buffer pool is the owner of received buffers.
Dtypes.hal44 * Buffer ownership status for the specified client.
45 * Buffer transfer status for the specified buffer transafer transaction.
50 /** No longer used by the specified client. */
52 /** Buffer is acquired by the specified client. */
54 /** Buffer is sent by the specified client. */
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantP2pIface.hal34 * with the specified configuration.
37 * without group owner negotiation with a specific peer) with the specified SSID,
41 * whose network name and group owner's MAC address matches the specified SSID
43 * group whose network name matches the specified SSID is joined.
56 * If an invalid band or unsupported frequency are specified, it fails.
59 * whose network name matches the specified SSID.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/
Dexpect-vuid-repeat-default.adoc32 pname:mipLevels specified in slink:VkImageCreateInfo when pname:image
38 equal to the pname:mipLevels specified in slink:VkImageCreateInfo when
43 pname:arrayLayers specified in slink:VkImageCreateInfo when pname:image
49 equal to the pname:arrayLayers specified in slink:VkImageCreateInfo when
Dexpect-vuid-repeat-noreflow.adoc28 … of the pname:pRanges array must: each be less than the pname:mipLevels specified in slink:VkImage…
32 …s} pname:levelCount# must: be less than or equal to the pname:mipLevels specified in slink:VkImage…
35 …f the pname:pRanges array must: each be less than the pname:arrayLayers specified in slink:VkImage…
38 … pname:layerCount# must: be less than or equal to the pname:arrayLayers specified in slink:VkImage…
Dexpect-vuid-repeat-novuid.adoc32 pname:mipLevels specified in slink:VkImageCreateInfo when pname:image
38 equal to the pname:mipLevels specified in slink:VkImageCreateInfo when
43 pname:arrayLayers specified in slink:VkImageCreateInfo when pname:image
49 equal to the pname:arrayLayers specified in slink:VkImageCreateInfo when
Dexpect-vuid-repeat-noreflow-novuid.adoc28 … of the pname:pRanges array must: each be less than the pname:mipLevels specified in slink:VkImage…
32 …s} pname:levelCount# must: be less than or equal to the pname:mipLevels specified in slink:VkImage…
35 …f the pname:pRanges array must: each be less than the pname:arrayLayers specified in slink:VkImage…
38 … pname:layerCount# must: be less than or equal to the pname:arrayLayers specified in slink:VkImage…
Dsrc-vuid-repeat.adoc28 … of the pname:pRanges array must: each be less than the pname:mipLevels specified in slink:VkImage…
32 …s} pname:levelCount# must: be less than or equal to the pname:mipLevels specified in slink:VkImage…
35 …f the pname:pRanges array must: each be less than the pname:arrayLayers specified in slink:VkImage…
38 … pname:layerCount# must: be less than or equal to the pname:arrayLayers specified in slink:VkImage…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dgeometry.adoc23 The input primitive type expected by the geometry shader is specified with
25 the incoming primitive type specified by either the pipeline's
64 Vertices may: be in a different absolute order than specified by the
65 topology, but must: adhere to the specified winding order.
74 Vertices may: be in a different absolute order than specified by the
75 topology, but must: adhere to the specified winding order, and the
85 The primitive mode is specified in the shader using an code:OpExecutionMode
97 count specified in the shader.
99 The maximum output vertex count is specified in the shader using an
102 shader specified as a literal.
[all …]

12345678910>>...18