Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h711 value_hash(0), in LeAudioLtvMap()
820 if (value_hash == 0) RecalculateValueHash(); in GetHash()
821 return value_hash; in GetHash()
829 value_hash = 0; in invalidate()
1019 value_hash = 0; in RecalculateValueHash()
1024 value_hash = std::hash<std::string_view>{}( in RecalculateValueHash()
1029 mutable size_t value_hash = 0; variable