Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultConfig.h51 .access = VehiclePropertyAccess::READ,
59 .access = VehiclePropertyAccess::READ,
67 .access = VehiclePropertyAccess::READ,
75 .access = VehiclePropertyAccess::READ,
83 .access = VehiclePropertyAccess::READ,
91 .access = VehiclePropertyAccess::READ,
99 .access = VehiclePropertyAccess::READ,
107 .access = VehiclePropertyAccess::READ,
114 .access = VehiclePropertyAccess::READ,
121 .access = VehiclePropertyAccess::READ,
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Ddecodersnapshot.py110 def extract_deps_vkAllocateMemory(param, access, lenExpr, api, cgen): argument
115 … (access, lenExpr, "unboxed_to_boxed_non_dispatchable_VkImage(dedicatedAllocateInfo->image)"))
119 … (access, lenExpr, "unboxed_to_boxed_non_dispatchable_VkBuffer(dedicatedAllocateInfo->buffer)"))
123 def extract_deps_vkAllocateCommandBuffers(param, access, lenExpr, api, cgen): argument
125 … (access, lenExpr, "unboxed_to_boxed_non_dispatchable_VkCommandPool(pAllocateInfo->commandPool)"))
127 def extract_deps_vkCreateImageView(param, access, lenExpr, api, cgen): argument
129 (access, lenExpr, "unboxed_to_boxed_non_dispatchable_VkImage(pCreateInfo->image)"))
131 def extract_deps_vkCreateGraphicsPipelines(param, access, lenExpr, api, cgen): argument
135 …(access, 1, "unboxed_to_boxed_non_dispatchable_VkShaderModule(pCreateInfos[i].pStages[j].module)"))
139 def extract_deps_vkCreateFramebuffer(param, access, lenExpr, api, cgen): argument
[all …]
Dhandlemap.py54 def asNonConstCast(self, access, vulkanType): argument
56 …d = "%s(%s)" % (self.makeCastExpr(vulkanType.getForAddressAccess().getForNonConstAccess()), access)
58 casted = "%s(%s)" % (self.makeCastExpr(vulkanType.getForNonConstAccess()), access)
60 …d = "%s(%s)" % (self.makeCastExpr(vulkanType.getForAddressAccess().getForNonConstAccess()), access)
75 access = self.exprAccessor(vulkanType)
85 self.cgen.beginIf(access)
90 access = "%s + %s" % (access, loopVar)
97 accessCasted = self.asNonConstCast(access, vulkanType)
129 access = self.exprAccessor(vulkanType)
131 castedAccessExpr = "(%s)(%s)" % ("void*", access)
[all …]
Dreservedmarshaling.py142 def genPrimitiveStreamCall(self, vulkanType, access): argument
147 access,
155 def genHandleMappingCall(self, vulkanType, access, lenAccess, lenAccessGuard): argument
189 … self.cgen.stmt("*%s = (%s)%s(*%s)" % (access, vulkanType.typeName, mapFunc, access))
190 self.genStreamCall(vulkanType, access, "8 * %s" % lenAccess)
195 … self.cgen.stmt("%s[k] = (%s)%s(%s[k])" % (access, vulkanType.typeName, mapFunc, access))
202 self.cgen.stmt("*%s = %s((*%s))" % (handle64VarAccess, mapFunc64, access))
208 self.cgen.stmt("uint64_t tmpval = %s(%s[k])" % (mapFunc64, access))
218 self.makeCastExpr(vulkanType.getForNonConstAccess()), access,
227 self.makeCastExpr(vulkanType.getForNonConstAccess()), access,
[all …]
Dmarshaling.py103 def genPrimitiveStreamCall(self, vulkanType, access): argument
109 access,
113 def genHandleMappingCall(self, vulkanType, access, lenAccess): argument
145 access, lenAccess))
146 self.genStreamCall(vulkanType, access, "8 * %s" % lenAccess)
151 access,
160 self.makeCastExpr(vulkanType.getForNonConstAccess()), access,
168 access = self.exprAccessor(vulkanType)
180 access, bytesExpr))
197 access = self.exprAccessor(vulkanType)
[all …]
Dtransform.py60 access = getExpr(vulkanType)
65 accesses[k] = access
85 access = getExpr(vulkanType)
94 … vulkanType.typeName, variant, access, finalLenAccess))
133 def asNonConstCast(self, access, vulkanType): argument
135 …d = "%s(%s)" % (self.makeCastExpr(vulkanType.getForAddressAccess().getForNonConstAccess()), access)
137 casted = "%s(%s)" % (self.makeCastExpr(vulkanType.getForNonConstAccess()), access)
139 …d = "%s(%s)" % (self.makeCastExpr(vulkanType.getForAddressAccess().getForNonConstAccess()), access)
150 access = self.exprAccessor(vulkanType)
160 self.cgen.beginIf(access)
[all …]
Dcounting.py73 def genHandleMappingCall(self, vulkanType, access, lenAccess): argument
135 access = self.exprAccessor(vulkanType)
154 self.cgen.beginIf("(!(%s) || %s)" % (featureExpr, access))
156 self.cgen.beginIf(access)
161 "fprintf(stderr, \"fatal: %s inconsistent between guest and host\\n\")" % (access))
336 access = self.exprAccessor(vulkanType)
349 access = "%s + %s" % (access, loopVar)
356 self.getTypeForStreaming(vulkanType)), access)
375 access = self.exprAccessor(vulkanType)
376 self.genCount("sizeof(uint32_t) + (%s ? strlen(%s) : 0)" % (access, access))
[all …]
/hardware/interfaces/biometrics/fingerprint/aidl/default/
Dfingerprint.sysprop11 access: ReadWrite
21 access: ReadWrite
31 access: ReadWrite
46 access: ReadWrite
55 access: ReadWrite
64 access: ReadWrite
73 access: ReadWrite
86 access: ReadWrite
95 access: ReadWrite
108 access: ReadWrite
[all …]
/hardware/interfaces/biometrics/face/aidl/default/
Dface.sysprop11 access: ReadWrite
21 access: ReadWrite
31 access: ReadWrite
40 access: ReadWrite
50 access: ReadWrite
64 access: ReadWrite
73 access: ReadWrite
82 access: ReadWrite
91 access: ReadWrite
100 access: ReadWrite
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dfine_sync_commands_common.adoc9 must: only include access flags that are supported by one or more of the
11 <<synchronization-access-types-supported, table of supported access
15 must: only include access flags that are supported by one or more of the
17 <<synchronization-access-types-supported, table of supported access
25 access flags that are supported by one or more of the pipeline stages in
27 <<synchronization-access-types-supported, table of supported access
35 access flags that are supported by one or more of the pipeline stages in
37 <<synchronization-access-types-supported, table of supported access
45 access flags that are supported by one or more of the pipeline stages in
47 <<synchronization-access-types-supported, table of supported access
[all …]
/hardware/nxp/nfc/snxxx/halimpl/power-tracker/
DNfcProperties.sysprop12 access: ReadWrite
19 access: ReadWrite
26 access: ReadWrite
33 access: ReadWrite
40 access: ReadWrite
47 access: ReadWrite
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_pipeline_protected_access.adoc10 This proposal regards pipeline access to protected memory, and provides the
12 access protected memory.
16 Currently, access to protected memory is enabled with the
19 may be used to access protected memory.
23 Some applications may require access to protected memory in a handful of
25 In some cases, it may not be known at device creation time whether protected memory access
29 access protected memory.
32 protected memory access in pipeline granularity.
37 specify whether and how each individual pipeline may access protected memory.
53 - If protected access is required for only one kind of resource, for example a
[all …]
DVK_EXT_image_2d_array_of_3d.adoc23 . Shader variants which each access the intended slice of the 3D image
24 …. The use of either uniform or push constant data to dynamically access the intended slice of the …
53access the zero-th layer in a shader, `VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXT` can be used to …
/hardware/google/aemu/base/
DSharedMemory_win32.cpp56 int SharedMemory::open(AccessMode access) { in open() argument
57 return openInternal(access); in open()
60 int SharedMemory::openInternal(AccessMode access, bool doMapping) { in openInternal() argument
70 if (access == AccessMode::READ_WRITE) { in openInternal()
84 if (access == AccessMode::READ_WRITE) { in openInternal()
115 if (access == AccessMode::READ_WRITE) { in openInternal()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h38 .access = VehiclePropertyAccess::READ,
44 .access = VehiclePropertyAccess::READ_WRITE,
55 .access = VehiclePropertyAccess::WRITE,
67 .access = VehiclePropertyAccess::READ,
72 .access = VehiclePropertyAccess::READ_WRITE,
78 .access = VehiclePropertyAccess::READ_WRITE,
85 .access = VehiclePropertyAccess::READ_WRITE,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_external_memory_win32/
Dhandle_permissions.adoc5 [open,refpage='VkExportMemoryWin32HandleInfoNV',desc='Specify security attributes and access rights…
11 attributes and access rights for the memory object's external handle.
22 * pname:dwAccess is a code:DWORD specifying access rights of the handle.
28 Further, if the structure is not present, the access rights will be
33 …https://docs.microsoft.com/en-us/windows/win32/sync/synchronization-object-security-and-access-rig…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_acquire_xlib_display/
Dacquire_xlib_display.adoc5 [open,refpage='vkAcquireXlibDisplayEXT',desc='Acquire access to a VkDisplayKHR using Xlib',type='pr…
7 To acquire permission to directly access a display in Vulkan from an X11
20 Permission to access the display may: be temporarily revoked during periods
21 when the X11 server from which control was acquired itself loses access to
23 During such periods, operations which require access to the display must:
26 if permission to access it has already been acquired by another entity, the
32 One example of when an X11 server loses access to a display is when it loses
/hardware/interfaces/wifi/hostapd/1.0/
DIHostapd.hal103 * Parameters to use for setting up the access point interface.
115 * Parameters to use for setting up the access point network.
129 * Adds a new access point for hostapd to control.
131 * This should trigger the setup of an access point with the specified
134 * @param ifaceParams AccessPoint Params for the access point.
135 * @param nwParams Network Params for the access point.
147 * Removes an existing access point from hostapd.
149 * This should bring down the access point previously setup on the
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/src/
DProtoMessageConverter.cpp56 out->set_access(static_cast<proto::VehiclePropertyAccess>(toInt(in.access))); in aidlToProto()
70 protoACfg->set_access(static_cast<proto::VehiclePropertyAccess>(toInt(areaConfig.access))); in aidlToProto()
88 out->access = static_cast<aidl_vehicle::VehiclePropertyAccess>(in.access()); in protoToAidl()
99 .access = static_cast<aidl_vehicle::VehiclePropertyAccess>(protoAcfg.access()), in protoToAidl()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_acquire_winrt_display/
Dacquire_winrt_display.adoc5 [open,refpage='vkAcquireWinrtDisplayNV',desc='Acquire access to a VkDisplayKHR',type='protos']
7 To acquire permission to directly access a display in Vulkan on Windows 10,
18 Permission to access the display may: be revoked by events that cause
19 Windows 10 itself to lose access to pname:display.
20 If this has happened, operations which require access to the display must:
22 If permission to access pname:display has already been acquired by another
39 One example of when Windows 10 loses access to a display is when the display
/hardware/interfaces/wifi/hostapd/1.3/
DIHostapd.hal96 * Parameters to use for setting up the dual access point interfaces.
116 * Parameters to use for setting up the access point network.
125 * Enable the interworking service and set access network type to
132 * Adds a new access point for hostapd to control.
134 * This should trigger the setup of an access point with the specified
137 * @param ifaceParams AccessPoint Params for the access point.
138 * @param nwParams Network Params for the access point.
/hardware/interfaces/wifi/hostapd/1.1/
DIHostapd.hal57 * Parameters to use for setting up the access point interface.
69 * Adds a new access point for hostapd to control.
71 * This should trigger the setup of an access point with the specified
74 * @param ifaceParams AccessPoint Params for the access point.
75 * @param nwParams Network Params for the access point.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc8 Synchronization of access to resources is primarily the responsibility of
22 task on the device has completed, controlling resource access between
26 Semaphores can: be used to control resource access across multiple
33 Events can: be used to control resource access within a single queue.
39 Pipeline barriers can: be used to control resource access within a
48 Render pass objects can: be used to control resource access within a
116 Three additional types of operations are used to control memory access.
118 write accesses to become _available_ to a memory domain for future access.
146 Once written values are made visible to a particular type of memory access,
147 they can: be read or written by that type of memory access.
[all …]
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal141 * @access VehiclePropertyAccess:READ
153 * @access VehiclePropertyAccess:READ
165 * @access VehiclePropertyAccess:READ
177 * @access VehiclePropertyAccess:READ
190 * @access VehiclePropertyAccess:READ
203 * @access VehiclePropertyAccess:READ
217 * @access VehiclePropertyAccess:READ
231 * @access VehiclePropertyAccess:READ
244 * @access VehiclePropertyAccess:READ
256 * @access VehiclePropertyAccess:READ
[all …]
/hardware/libhardware/
Dhardware.c190 if (access(path, R_OK) == 0) in hw_module_exists()
199 if (path_in_path(path, HAL_LIBRARY_PATH3) && access(path, R_OK) == 0) in hw_module_exists()
204 if (path_in_path(path, HAL_LIBRARY_PATH2) && access(path, R_OK) == 0) in hw_module_exists()
210 if (path_in_path(path, HAL_LIBRARY_PATH1) && access(path, R_OK) == 0) in hw_module_exists()

12345678910>>...16