Home
last modified time | relevance | path

Searched refs:SetIsEncrypted (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/gmmlib/Source/GmmLib/Resource/
H A DGmmResourceInfo.cpp1248 …HardwareProtection(GMM_RESOURCE_INFO *pGmmResource, uint8_t GetIsEncrypted, uint8_t SetIsEncrypted) in GmmResGetSetHardwareProtection() argument
1251 pGmmResource->GetSetHardwareProtection(GetIsEncrypted, SetIsEncrypted) : in GmmResGetSetHardwareProtection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DSection.h180 void SetIsEncrypted(bool b) { m_encrypted = b; } in SetIsEncrypted() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DSection.h180 void SetIsEncrypted(bool b) { m_encrypted = b; } in SetIsEncrypted() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DSection.h180 void SetIsEncrypted(bool b) { m_encrypted = b; } in SetIsEncrypted() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DSection.h180 void SetIsEncrypted(bool b) { m_encrypted = b; } in SetIsEncrypted() function
/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/External/Common/
H A DGmmResourceInfoCommon.h1293 …PORTED uint8_t GMM_STDCALL GetSetHardwareProtection(uint8_t GetIsEncrypted, uint8_t SetIsEncrypted) in GetSetHardwareProtection() argument
1303 Surf.Flags.Info.HardwareProtected = IsEncrypted = SetIsEncrypted; in GetSetHardwareProtection()
H A DGmmResourceInfoExt.h685 …ardwareProtection(GMM_RESOURCE_INFO *pGmmResource, uint8_t GetIsEncrypted, uint8_t SetIsEncrypted);