Searched refs:encryptedAddress (Results 1 – 1 of 1) sorted by relevance
134 std::string encryptedAddress = GetSha256EncryptAddress(address); in IsSpatializationEnabled() local165 std::string encryptedAddress = GetSha256EncryptAddress(address); in SetSpatializationEnabled() local167 preSettingSpatialAddress_ = encryptedAddress; in SetSpatializationEnabled()195 std::string encryptedAddress = GetSha256EncryptAddress(address); in IsHeadTrackingEnabled() local226 std::string encryptedAddress = GetSha256EncryptAddress(address); in SetHeadTrackingEnabled() local228 preSettingSpatialAddress_ = encryptedAddress; in SetHeadTrackingEnabled()297 std::string encryptedAddress = GetSha256EncryptAddress(address); in IsSpatializationSupportedForDevice() local298 if (!addressToSpatialDeviceStateMap_.count(encryptedAddress)) { in IsSpatializationSupportedForDevice()314 if (!addressToSpatialDeviceStateMap_.count(encryptedAddress)) { in IsHeadTrackingSupportedForDevice()766 value << encryptedAddress; in EncapsulateDeviceInfo()[all …]