Home
last modified time | relevance | path

Searched defs:SetIsEncrypted (Results 1 – 6 of 6) sorted by relevance

/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()
/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()