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

1 2 3 4 5 6

  /external/libchrome/sandbox/linux/services/
credentials.h 19 #include "sandbox/linux/system_headers/capability.h"
31 enum class Capability {
45 // Sets the effective and permitted capability sets for the current thread to
46 // the list of capabiltiies in |caps|. All other capability flags are cleared.
48 const std::vector<Capability>& caps)
57 const std::vector<Capability>& caps) WARN_UNUSED_RESULT;
60 // inheritable flag set for the given capability.
61 static bool HasCapability(Capability cap);
63 // Return true iff there is any capability in any of the capabilities sets
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TpmComm.h 38 UINT32 Capability;
95 Get TPM capability flags.
  /external/deqp/framework/egl/
egluNativePixmap.hpp 44 enum Capability
63 Capability getCapabilities (void) const { return m_capabilities; }
66 NativePixmap (Capability capabilities);
72 const Capability m_capabilities;
86 NativePixmap::Capability getCapabilities (void) const { return m_capabilities; }
89 NativePixmapFactory (const std::string& name, const std::string& description, NativePixmap::Capability capabilities);
95 const NativePixmap::Capability m_capabilities;
egluNativeDisplay.hpp 45 enum Capability
55 Capability getCapabilities (void) const { return m_capabilities; }
69 NativeDisplay (Capability capabilities, eglw::EGLenum platformType, const char* platformExtension);
70 NativeDisplay (Capability capabilities);
76 const Capability m_capabilities;
88 NativeDisplay::Capability getCapabilities (void) const { return m_capabilities; }
96 NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::Capability capabilities);
97 NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::Capability capabilities, eglw::EGLenum platformType, const char* platformExtension);
106 const NativeDisplay::Capability m_capabilities;
egluNativeWindow.hpp 76 enum Capability
113 Capability getCapabilities (void) const { return m_capabilities; }
116 NativeWindow (Capability capabilities);
122 const Capability m_capabilities;
136 NativeWindow::Capability getCapabilities (void) const { return m_capabilities; }
139 NativeWindowFactory (const std::string& name, const std::string& description, NativeWindow::Capability capabilities);
145 const NativeWindow::Capability m_capabilities;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
Gcd.h 42 UINT64 Capability;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
WatchdogDescriptionTable.h 48 UINT16 Capability;
86 // WDT Capability
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 2 Implement TPM2 Capability related command.
26 TPM_CAP Capability;
51 The capability parameter determines the category of data returned. The property parameter
56 If no next capability exists, the TPM will return a zero-length list and moreData will have
61 many capability categories and only few categories will be used in firmware. It means the caller
64 @param[in] Capability Group selection; determines the format of the response.
68 @param[out] CapabilityData The capability data.
76 IN TPM_CAP Capability,
95 SendBuffer.Capability = SwapBytes32 (Capability);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BlockIoCrypto.h 102 // Is inline cryptographic capability supported on this device.
131 // A supported capability to be used. The CryptoBlockSizeBitMask field of the
134 EFI_BLOCK_IO_CRYPTO_CAPABILITY Capability;
137 // the capability specified by the Capability parameter.
152 // The capability to be used. The CryptoBlockSizeBitMask field of the structure
155 EFI_BLOCK_IO_CRYPTO_CAPABILITY Capability;
242 capability.
314 returned): configuration table index, KeyOwnerGuid, Capability.
371 cryptographic parameters as required by the capability
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 219 @retval RETURN_UNSUPPORTED The usb host controller does not supported usb debug port capability.
235 UINT32 Capability;
257 // Get capability pointer from HCCPARAMS at offset 0x10
262 // Search XHCI debug capability
265 Capability = MmioRead32 ((UINTN)CapabilityPointer);
267 if ((Capability & XHC_CAPABILITY_ID_MASK) == PCI_CAPABILITY_ID_DEBUG_PORT) {
271 if ((((Capability & XHC_NEXT_CAPABILITY_MASK) >> 8) & XHC_CAPABILITY_ID_MASK) == 0) {
273 // Reach the end of capability list, quit
277 CapabilityPointer += ((Capability & XHC_NEXT_CAPABILITY_MASK) >> 8) * 4;
278 Capability = MmioRead32 ((UINTN)CapabilityPointer);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.c     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsm16bitStorageTests.cpp 39 // 2. Shaders have corresponding capability.
106 struct Capability
114 static const Capability CAPABILITIES[] =
456 "OpCapability ${capability}\n"
567 specs["capability"] = CAPABILITIES[capIdx].cap;
693 specs["capability"] = CAPABILITIES[capIdx].cap;
    [all...]
  /hardware/interfaces/audio/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 722 // capability retrieval. For now it returns an empty list if not
735 for (auto capability : capabilities) {
736 ASSERT_OK((stream->*setter)(capability));
737 ASSERT_EQ(capability, extract((stream->*getter)()));
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
PciExpress21.h 35 UINT32 Capability;
121 PCI_EXPRESS_EXTENDED_CAPABILITIES_VIRTUAL_CHANNEL_VC Capability[1];
241 PCI_EXPRESS_EXTENDED_CAPABILITIES_RESIZABLE_BAR_ENTRY Capability[1];
244 #define GET_NUMBER_RESIZABLE_BARS(x) (((x->Capability[0].ResizableBarControl) & 0xE0) >> 5)
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 349 const static char Capability[] = "spirv.Capability";
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 47 public static class Capability {
90 public void onConnectionCapabilitiesChanged(int capability);
115 public void onConnectionCapabilitiesChanged(int capability) {}
686 * @See Connection.Capability.
700 * Applies a capability to a capabilities bit-mask.
703 * @param capability The capability to apply.
704 * @return The capabilities bit-mask with the capability applied.
706 public static int addCapability(int capabilities, int capability) {
707 return capabilities | capability;
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 100 * This capability must never be set by HWC2 devices.
101 * This capability may be set for HWC1 devices that use the
113 * For this capability to be worthwhile the device implementation of
353 static inline const char* getCapabilityName(hwc2_capability_t capability) {
354 switch (capability) {
573 enum class Capability : int32_t {
580 TO_STRING(hwc2_capability_t, Capability, getCapabilityName)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
spirv.hpp 521 enum Capability {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spirv.hpp 541 enum Capability {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
spirv.hpp 540 enum Capability {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
spirv.hpp 549 enum Capability {
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spirv.hpp 541 enum Capability {
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 

Completed in 2192 milliseconds

1 2 3 4 5 6