Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/neuralnetworks/utils/common/src/
DResilientBuffer.cpp36 auto protect(const ResilientBuffer& resilientBuffer, const FnType& fn) in protect() function
104 return protect(*this, fn); in copyTo()
112 return protect(*this, fn); in copyFrom()
DResilientPreparedModel.cpp42 auto protect(const ResilientPreparedModel& resilientPreparedModel, const FnType& fn) in protect() function
117 return protect(*this, fn); in execute()
134 return protect(*this, fn); in executeFenced()
183 return protect(*this, fn); in createReusableExecutionInternal()
201 return protect(*this, fn); in configureExecutionBurstInternal()
DResilientExecution.cpp40 auto protect(const ResilientExecution& resilientExecution, const FnType& fn) in protect() function
108 return protect(*this, fn); in compute()
119 return protect(*this, fn); in computeFenced()
DResilientDevice.cpp42 auto protect(const ResilientDevice& resilientDevice, const FnType& fn, bool blocking) in protect() function
168 return protect(*this, fn, /*blocking=*/true); in wait()
176 return protect(*this, fn, /*blocking=*/false); in getSupportedOperations()
250 return protect(*this, fn, /*blocking=*/false); in prepareModelInternal()
262 return protect(*this, fn, /*blocking=*/false); in prepareModelFromCacheInternal()
275 return protect(*this, fn, /*blocking=*/false); in allocateInternal()
DResilientBurst.cpp40 auto protect(const ResilientBurst& resilientBurst, const FnType& fn) in protect() function
116 return protect(*this, fn); in execute()
152 return protect(*this, fn); in createReusableExecutionInternal()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dentity_db.py138 protect = info.elem.get('protect')
139 if protect:
140 self.addEntity(protect, 'dlink',
210 protect = info.elem.get('protect')
211 if protect:
212 self.addEntity(protect, 'dlink',
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dgenerator.py667 protect = elem.get('protect')
668 if protect is not None:
669 body += '#ifdef {}\n'.format(protect)
692 if protect is not None:
760 protect = elem.get('protect')
761 if protect is not None:
762 decl += '#ifdef {}\n'.format(protect)
771 if protect is not None:
Dgenvk.py104 protect = args.protect
153 protectFile = protect
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_surface_protected_capabilities.adoc24 Vulkan 1.1 added (optional) support for protect memory and protected
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dcodegen.py1005 protect = None
1007 protect = self.typeInfo.enumElem[enum].get("protect", default=None)
1008 if protect is not None:
1009 cgen.leftline("#ifdef %s" % protect)
1040 if protect is not None:
1041 cgen.leftline("#endif // %s" % protect)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
Dregistry.rnc40 # protect - preprocessor symbol to include platform headers from <vulkan.h>
44 attribute protect { text } ,
249 # protect - additional #ifdef symbol to place around the enum
275 attribute protect { text } ? &
414 # protect - additional #ifdef symbol to place around the feature
424 attribute protect { text } ? ,
462 # protect - C preprocessor symbol to conditionally define the interface
497 attribute protect { text } ? ,
/hardware/interfaces/usb/1.2/
DIUsb.hal60 * @param enable true Reduce capabilities of the port to protect port
/hardware/interfaces/neuralnetworks/utils/
DREADME.md106 To protect against the case when the server dies after the asynchronous task was called successfully
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc369 * attr:protect - required.
381 `protect="VK_USE_PLATFORM_XLIB_XRANDR_EXT"`
891 * attr:protect - optional.
892 An additional preprocessor token used to protect an enum definition.
1286 * attr:protect - optional.
1287 An additional preprocessor token used to protect a feature definition.
1448 * attr:protect - optional.
1449 An additional preprocessor token used to protect an extension
1730 * attr:protect - define a preprocessor protection symbol for the enum in
1734 The attr:protect attribute may always be present.
DChangeLog.adoc4823 * Add `"protect"` attribute to provisional extension enumerants, and emit
9440 schema documentation, and add the protect= attribute of <extension>
/hardware/interfaces/security/rkp/
DREADME.md7 protect device privacy and security.
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal374 * There is one exception to this rule. Fences CANNOT be used to protect a buffer's
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dwriting.adoc1047 Make sure to protect enumerants added to the type by extensions or future
Dextensions.adoc583 Specification, make such changes and protect the modifications with the