Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/dumpsys/internal/
Dfilter_internal.cc152 auto target_field = flatbuffers::GetFieldI<int32_t>(*table, field); in FilterTypeInteger() local
153 … int32_t new_val = static_cast<int32_t>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeInteger()
191 auto target_field = flatbuffers::GetFieldF<float>(*table, field); in FilterTypeFloat() local
192 int32_t new_val = static_cast<float>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeFloat()
225 auto target_field = flatbuffers::GetFieldI<int64_t>(*table, field); in FilterTypeLong() local
226 … int64_t new_val = static_cast<int64_t>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeLong()