Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/spatialization/
H A Daudio_spatialization_service.cpp781 std::string currTimestamp = ExtractTimestamp(entry.second); in RemoveOldestDevice() local
782 if (oldestTimestamp.empty() || std::stoul(currTimestamp) < std::stoul(oldestTimestamp)) { in RemoveOldestDevice()
783 oldestTimestamp = currTimestamp; in RemoveOldestDevice()